DotNetNuke 5.2
Namespace:
DotNetNuke.Services.Localization
Assembly: DotNetNuke (in DotNetNuke.dll) Version: 5.2.0.275
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) 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 name | Description | |
|---|---|---|
| DisplayName | ||
| EnglishName | ||
| Lcid | ||
| Name | ||
| NativeName | ||
| TwoLetterIsoCode | ||
| ThreeLetterIsoCode |