Show / Hide Table of Contents

Class Locale

Inheritance
System.Object
Locale
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: MingweiSamuel.Camille.Enums
Assembly: Camille.dll
Syntax
public static class Locale

Fields

| Improve this Doc View Source

cs_CZ

Declaration
public const string cs_CZ = "cs_CZ"
Field Value
Type Description
System.String
| Improve this Doc View Source

de_DE

Declaration
public const string de_DE = "de_DE"
Field Value
Type Description
System.String
| Improve this Doc View Source

el_GR

Declaration
public const string el_GR = "el_GR"
Field Value
Type Description
System.String
| Improve this Doc View Source

en_AU

Declaration
public const string en_AU = "en_AU"
Field Value
Type Description
System.String
| Improve this Doc View Source

en_GB

Declaration
public const string en_GB = "en_GB"
Field Value
Type Description
System.String
| Improve this Doc View Source

en_PH

Declaration
public const string en_PH = "en_PH"
Field Value
Type Description
System.String
| Improve this Doc View Source

en_PL

Declaration
public const string en_PL = "en_PL"
Field Value
Type Description
System.String
| Improve this Doc View Source

en_SG

Declaration
public const string en_SG = "en_SG"
Field Value
Type Description
System.String
| Improve this Doc View Source

en_US

Declaration
public const string en_US = "en_US"
Field Value
Type Description
System.String
| Improve this Doc View Source

es_AR

Declaration
public const string es_AR = "es_AR"
Field Value
Type Description
System.String
| Improve this Doc View Source

es_ES

Declaration
public const string es_ES = "es_ES"
Field Value
Type Description
System.String
| Improve this Doc View Source

es_MX

Declaration
public const string es_MX = "es_MX"
Field Value
Type Description
System.String
| Improve this Doc View Source

fr_FR

Declaration
public const string fr_FR = "fr_FR"
Field Value
Type Description
System.String
| Improve this Doc View Source

hu_HU

Declaration
public const string hu_HU = "hu_HU"
Field Value
Type Description
System.String
| Improve this Doc View Source

id_ID

Declaration
public const string id_ID = "id_ID"
Field Value
Type Description
System.String
| Improve this Doc View Source

it_IT

Declaration
public const string it_IT = "it_IT"
Field Value
Type Description
System.String
| Improve this Doc View Source

ja_JP

Declaration
public const string ja_JP = "ja_JP"
Field Value
Type Description
System.String
| Improve this Doc View Source

ko_KR

Declaration
public const string ko_KR = "ko_KR"
Field Value
Type Description
System.String
| Improve this Doc View Source

ms_MY

Declaration
public const string ms_MY = "ms_MY"
Field Value
Type Description
System.String
| Improve this Doc View Source

pl_PL

Declaration
public const string pl_PL = "pl_PL"
Field Value
Type Description
System.String
| Improve this Doc View Source

pt_BR

Declaration
public const string pt_BR = "pt_BR"
Field Value
Type Description
System.String
| Improve this Doc View Source

ro_RO

Declaration
public const string ro_RO = "ro_RO"
Field Value
Type Description
System.String
| Improve this Doc View Source

ru_RU

Declaration
public const string ru_RU = "ru_RU"
Field Value
Type Description
System.String
| Improve this Doc View Source

th_TH

Declaration
public const string th_TH = "th_TH"
Field Value
Type Description
System.String
| Improve this Doc View Source

tr_TR

Declaration
public const string tr_TR = "tr_TR"
Field Value
Type Description
System.String
| Improve this Doc View Source

ValidLocales

Declaration
public static readonly HashSet<string> ValidLocales
Field Value
Type Description
System.Collections.Generic.HashSet<System.String>
| Improve this Doc View Source

vn_VN

Declaration
public const string vn_VN = "vn_VN"
Field Value
Type Description
System.String
| Improve this Doc View Source

zh_CN

Declaration
public const string zh_CN = "zh_CN"
Field Value
Type Description
System.String
| Improve this Doc View Source

zh_MY

Declaration
public const string zh_MY = "zh_MY"
Field Value
Type Description
System.String
| Improve this Doc View Source

zh_TW

Declaration
public const string zh_TW = "zh_TW"
Field Value
Type Description
System.String

Methods

| Improve this Doc View Source

IsSupportedLocale(String)

Declaration
public static bool IsSupportedLocale(string str)
Parameters
Type Name Description
System.String str
Returns
Type Description
System.Boolean
  • Improve this Doc
  • View Source
Back to top Generated by DocFX