Class LanguageCode
Constants used for properties of type LanguageCode.
public class LanguageCode : ConstantClass
- Inheritance
-
LanguageCode
Constructors
LanguageCode(string)
This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.
public LanguageCode(string value)
Parameters
value
string
Fields
Arb
Constant Arb for LanguageCode
public static readonly LanguageCode Arb
Field Value
CmnCN
Constant CmnCN for LanguageCode
public static readonly LanguageCode CmnCN
Field Value
CyGB
Constant CyGB for LanguageCode
public static readonly LanguageCode CyGB
Field Value
DaDK
Constant DaDK for LanguageCode
public static readonly LanguageCode DaDK
Field Value
DeDE
Constant DeDE for LanguageCode
public static readonly LanguageCode DeDE
Field Value
EnAU
Constant EnAU for LanguageCode
public static readonly LanguageCode EnAU
Field Value
EnGB
Constant EnGB for LanguageCode
public static readonly LanguageCode EnGB
Field Value
EnGBWLS
Constant EnGBWLS for LanguageCode
public static readonly LanguageCode EnGBWLS
Field Value
EnIN
Constant EnIN for LanguageCode
public static readonly LanguageCode EnIN
Field Value
EnUS
Constant EnUS for LanguageCode
public static readonly LanguageCode EnUS
Field Value
EsES
Constant EsES for LanguageCode
public static readonly LanguageCode EsES
Field Value
EsMX
Constant EsMX for LanguageCode
public static readonly LanguageCode EsMX
Field Value
EsUS
Constant EsUS for LanguageCode
public static readonly LanguageCode EsUS
Field Value
FrCA
Constant FrCA for LanguageCode
public static readonly LanguageCode FrCA
Field Value
FrFR
Constant FrFR for LanguageCode
public static readonly LanguageCode FrFR
Field Value
HiIN
Constant HiIN for LanguageCode
public static readonly LanguageCode HiIN
Field Value
IsIS
Constant IsIS for LanguageCode
public static readonly LanguageCode IsIS
Field Value
ItIT
Constant ItIT for LanguageCode
public static readonly LanguageCode ItIT
Field Value
JaJP
Constant JaJP for LanguageCode
public static readonly LanguageCode JaJP
Field Value
KoKR
Constant KoKR for LanguageCode
public static readonly LanguageCode KoKR
Field Value
NbNO
Constant NbNO for LanguageCode
public static readonly LanguageCode NbNO
Field Value
NlNL
Constant NlNL for LanguageCode
public static readonly LanguageCode NlNL
Field Value
PlPL
Constant PlPL for LanguageCode
public static readonly LanguageCode PlPL
Field Value
PtBR
Constant PtBR for LanguageCode
public static readonly LanguageCode PtBR
Field Value
PtPT
Constant PtPT for LanguageCode
public static readonly LanguageCode PtPT
Field Value
RoRO
Constant RoRO for LanguageCode
public static readonly LanguageCode RoRO
Field Value
RuRU
Constant RuRU for LanguageCode
public static readonly LanguageCode RuRU
Field Value
SvSE
Constant SvSE for LanguageCode
public static readonly LanguageCode SvSE
Field Value
TrTR
Constant TrTR for LanguageCode
public static readonly LanguageCode TrTR
Field Value
Methods
FindValue(string)
Finds the constant for the unique value.
public static LanguageCode FindValue(string value)
Parameters
value
stringThe unique value for the constant
Returns
- LanguageCode
The constant for the unique value
Operators
implicit operator LanguageCode(string)
Utility method to convert strings to the constant class.
public static implicit operator LanguageCode(string value)
Parameters
value
stringThe string value to convert to the constant class.