Struct SupportedLocales
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[JsonConverter(typeof(SupportedLocales.SupportedLocalesSerializer))]
[Serializable]
public readonly record struct SupportedLocales : IStringEnum, IEquatable<string>, IEquatable<SupportedLocales>
- Implements
- Inherited Members
Constructors
SupportedLocales(string)
public SupportedLocales(string value)
Parameters
valuestring
Fields
Am
public static readonly SupportedLocales Am
Field Value
Ar
public static readonly SupportedLocales Ar
Field Value
ArEg
public static readonly SupportedLocales ArEg
Field Value
ArSa
public static readonly SupportedLocales ArSa
Field Value
Az
public static readonly SupportedLocales Az
Field Value
Bg
public static readonly SupportedLocales Bg
Field Value
Bn
public static readonly SupportedLocales Bn
Field Value
Bs
public static readonly SupportedLocales Bs
Field Value
CaEs
public static readonly SupportedLocales CaEs
Field Value
Cnr
public static readonly SupportedLocales Cnr
Field Value
Cs
public static readonly SupportedLocales Cs
Field Value
Cy
public static readonly SupportedLocales Cy
Field Value
Da
public static readonly SupportedLocales Da
Field Value
De
public static readonly SupportedLocales De
Field Value
El
public static readonly SupportedLocales El
Field Value
En
public static readonly SupportedLocales En
Field Value
EnCa
public static readonly SupportedLocales EnCa
Field Value
Es
public static readonly SupportedLocales Es
Field Value
Es419
public static readonly SupportedLocales Es419
Field Value
EsAr
public static readonly SupportedLocales EsAr
Field Value
EsMx
public static readonly SupportedLocales EsMx
Field Value
Et
public static readonly SupportedLocales Et
Field Value
EuEs
public static readonly SupportedLocales EuEs
Field Value
Fa
public static readonly SupportedLocales Fa
Field Value
Fi
public static readonly SupportedLocales Fi
Field Value
Fr
public static readonly SupportedLocales Fr
Field Value
FrCa
public static readonly SupportedLocales FrCa
Field Value
FrFr
public static readonly SupportedLocales FrFr
Field Value
GlEs
public static readonly SupportedLocales GlEs
Field Value
Gu
public static readonly SupportedLocales Gu
Field Value
He
public static readonly SupportedLocales He
Field Value
Hi
public static readonly SupportedLocales Hi
Field Value
Hr
public static readonly SupportedLocales Hr
Field Value
Hu
public static readonly SupportedLocales Hu
Field Value
Hy
public static readonly SupportedLocales Hy
Field Value
Id
public static readonly SupportedLocales Id
Field Value
Is
public static readonly SupportedLocales Is
Field Value
It
public static readonly SupportedLocales It
Field Value
Ja
public static readonly SupportedLocales Ja
Field Value
Ka
public static readonly SupportedLocales Ka
Field Value
Kk
public static readonly SupportedLocales Kk
Field Value
Kn
public static readonly SupportedLocales Kn
Field Value
Ko
public static readonly SupportedLocales Ko
Field Value
Lt
public static readonly SupportedLocales Lt
Field Value
Lv
public static readonly SupportedLocales Lv
Field Value
Mk
public static readonly SupportedLocales Mk
Field Value
Ml
public static readonly SupportedLocales Ml
Field Value
Mn
public static readonly SupportedLocales Mn
Field Value
Mr
public static readonly SupportedLocales Mr
Field Value
Ms
public static readonly SupportedLocales Ms
Field Value
My
public static readonly SupportedLocales My
Field Value
Nb
public static readonly SupportedLocales Nb
Field Value
Nl
public static readonly SupportedLocales Nl
Field Value
Nn
public static readonly SupportedLocales Nn
Field Value
No
public static readonly SupportedLocales No
Field Value
Pa
public static readonly SupportedLocales Pa
Field Value
Pl
public static readonly SupportedLocales Pl
Field Value
Pt
public static readonly SupportedLocales Pt
Field Value
PtBr
public static readonly SupportedLocales PtBr
Field Value
PtPt
public static readonly SupportedLocales PtPt
Field Value
Ro
public static readonly SupportedLocales Ro
Field Value
Ru
public static readonly SupportedLocales Ru
Field Value
Sk
public static readonly SupportedLocales Sk
Field Value
Sl
public static readonly SupportedLocales Sl
Field Value
So
public static readonly SupportedLocales So
Field Value
Sq
public static readonly SupportedLocales Sq
Field Value
Sr
public static readonly SupportedLocales Sr
Field Value
Sv
public static readonly SupportedLocales Sv
Field Value
Sw
public static readonly SupportedLocales Sw
Field Value
Ta
public static readonly SupportedLocales Ta
Field Value
Te
public static readonly SupportedLocales Te
Field Value
Th
public static readonly SupportedLocales Th
Field Value
Tl
public static readonly SupportedLocales Tl
Field Value
Tr
public static readonly SupportedLocales Tr
Field Value
Uk
public static readonly SupportedLocales Uk
Field Value
Ur
public static readonly SupportedLocales Ur
Field Value
Vi
public static readonly SupportedLocales Vi
Field Value
Zgh
public static readonly SupportedLocales Zgh
Field Value
ZhCn
public static readonly SupportedLocales ZhCn
Field Value
ZhHk
public static readonly SupportedLocales ZhHk
Field Value
ZhMo
public static readonly SupportedLocales ZhMo
Field Value
ZhTw
public static readonly SupportedLocales ZhTw
Field Value
Properties
Value
The string value of the enum.
public string Value { get; }
Property Value
Methods
Equals(string?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(string? other)
Parameters
otherstringAn object to compare with this object.
Returns
- bool
true if the current object is equal to the
otherparameter; otherwise, false.
FromCustom(string)
Create a string enum with the given value.
public static SupportedLocales FromCustom(string value)
Parameters
valuestring
Returns
ToString()
Returns the string value of the enum.
public override string ToString()
Returns
Operators
operator ==(SupportedLocales, string)
public static bool operator ==(SupportedLocales value1, string value2)
Parameters
value1SupportedLocalesvalue2string
Returns
explicit operator string(SupportedLocales)
public static explicit operator string(SupportedLocales value)
Parameters
valueSupportedLocales
Returns
explicit operator SupportedLocales(string)
public static explicit operator SupportedLocales(string value)
Parameters
valuestring
Returns
operator !=(SupportedLocales, string)
public static bool operator !=(SupportedLocales value1, string value2)
Parameters
value1SupportedLocalesvalue2string