Class Locale
Represents a locale, providing culture-specific or region-specific information such as language, country, or regional settings.
public class Locale
- Inheritance
-
Locale
- Inherited Members
- Extension Methods
Properties
Ca
public LocaleItem? Ca { get; set; }
Property Value
Eng
public LocaleItem? Eng { get; set; }
Property Value
Es
public LocaleItem? Es { get; set; }
Property Value
Pt
public LocaleItem? Pt { get; set; }
Property Value
Zh
public LocaleItem? Zh { get; set; }