Enum CultureDropDownTypes
CultureDropDownTypes allows the user to specify which culture name is displayed in the drop down list that is filled by using one of the helper methods.
Namespace: DotNetNuke.Services.Localization
Assembly: DotNetNuke.dll
Syntax
public enum CultureDropDownTypes : int
Fields
Name | Description |
---|---|
DisplayName | Displays the culture name in the format "<languagefull> (<country/regionfull>) in the .NET Framework language |
EnglishName | Displays the culture name in the format "<languagefull> (<country/regionfull>) in English |
Lcid | Displays the culture identifier |
Name | Displays the culture name in the format "<languagecode2> (<country/regioncode2>) |
NativeName | Displays the culture name in the format "<languagefull> (<country/regionfull>) in the language that the culture is set to display |
ThreeLetterIsoCode | Displays the ISO 629-2 three letter code "<languagefull> (<country/regionfull>) |
TwoLetterIsoCode | Displays the IS0 639-1 two letter code |