DotNetNuke 5.2

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) Version: 5.2.0.275

Syntax

C#
[SerializableAttribute]
public enum CultureDropDownTypes
Visual Basic (Declaration)
<SerializableAttribute> _
Public Enumeration CultureDropDownTypes
Visual C++
[SerializableAttribute]
public enum class CultureDropDownTypes

Members

Member nameDescription
DisplayName
EnglishName
Lcid
Name
NativeName
TwoLetterIsoCode
ThreeLetterIsoCode

See Also