Table of Contents

Class Locale

Namespace
adas_core.Domain.Models.Masters
Assembly
adas-core.Domain.dll

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

LocaleItem

Eng

public LocaleItem? Eng { get; set; }

Property Value

LocaleItem

Es

public LocaleItem? Es { get; set; }

Property Value

LocaleItem

Pt

public LocaleItem? Pt { get; set; }

Property Value

LocaleItem

Zh

public LocaleItem? Zh { get; set; }

Property Value

LocaleItem