About attribute setting
- Last UpdatedNov 05, 2024
- 1 minute read
All language attributes operate in the MyViewApp.Language namespace. Language attribute names are specified with the prefix MyViewApp.Language, in the form MyViewApp.Language.attribute_name.
When an attribute is set, it updates the other two attributes with their equivalent values. For example, setting CurrentLanguage will also set CurrentLCID with the LCID number and CurrentCultureInfo with the Culture Information that correspond to the attribute value set for CurrentLanguage.
|
Attribute Name |
Data Type |
Retentive |
Attribute Type |
Initial Value |
Description |
|
CurrentLanguage |
String |
True |
Read/Write |
None |
String value of the language and locale, as specified for the .NET framework. For example, English-United States. |
|
CurrentLCID |
Integer |
True |
Read/Write |
None |
Integer value of the language and locale, as specified for the .NET framework. For example, 1033 (for English-United States). |
|
CurrentCultureInfo |
String |
True |
Read/Write |
None |
String value (abbreviated) of the language and locale, as specified for the .NET framework. For example, EN-US. |
When an attribute is set, it updates the other two attributes with their equivalent values. For example, setting CurrentLanguage will also set CurrentLCID with the LCID number and CurrentCultureInfo with the Culture Information that correspond to the attribute value set for CurrentLanguage.