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 (in DotNetNuke.dll)

Syntax

C#
[SerializableAttribute]
public enum CultureDropDownTypes
Visual Basic
<SerializableAttribute>
Public Enumeration CultureDropDownTypes

Members

Member nameValueDescription
DisplayName0 Displays the culture name in the format "<languagefull> (<country/regionfull>) in the .NET Framework language
EnglishName1 Displays the culture name in the format "<languagefull> (<country/regionfull>) in English
Lcid2 Displays the culture identifier
Name3 Displays the culture name in the format "<languagecode2> (<country/regioncode2>)
NativeName4 Displays the culture name in the format "<languagefull> (<country/regionfull>) in the language that the culture is set to display
TwoLetterIsoCode5 Displays the IS0 639-1 two letter code
ThreeLetterIsoCode6 Displays the ISO 629-2 three letter code "<languagefull> (<country/regionfull>)

See Also