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.
Assembly: DotNetNuke (in DotNetNuke.dll)
Syntax
| C# |
|---|
[SerializableAttribute] public enum CultureDropDownTypes |
| Visual Basic |
|---|
<SerializableAttribute> Public Enumeration CultureDropDownTypes |
Members
| Member name | Value | Description | |
|---|---|---|---|
| DisplayName | 0 | Displays the culture name in the format "<languagefull> (<country/regionfull>) in the .NET Framework language | |
| EnglishName | 1 | Displays the culture name in the format "<languagefull> (<country/regionfull>) in English | |
| Lcid | 2 | Displays the culture identifier | |
| Name | 3 | Displays the culture name in the format "<languagecode2> (<country/regioncode2>) | |
| NativeName | 4 | Displays the culture name in the format "<languagefull> (<country/regionfull>) in the language that the culture is set to display | |
| TwoLetterIsoCode | 5 | Displays the IS0 639-1 two letter code | |
| ThreeLetterIsoCode | 6 | Displays the ISO 629-2 three letter code "<languagefull> (<country/regionfull>) |