|
Smart Localization
2.3
|
A serializable class containing the basic information about a culture. More...
Public Member Functions | |
| SmartCultureInfo () | |
| Creates a new instance of SmartCultureInfo More... | |
| SmartCultureInfo (string languageCode, string englishName, string nativeName, bool isRightToLeft) | |
| Creates a new instance of SmartCultureInfo More... | |
| override string | ToString () |
Public Attributes | |
| string | languageCode = null |
| The language code of the culture. (e.g. sv, en, de, fr) More... | |
| string | englishName = null |
| The english name of the culture More... | |
| string | nativeName = null |
| The native name of the culture More... | |
| bool | isRightToLeft = false |
| If the language is written and read from right to left More... | |
A serializable class containing the basic information about a culture.
| SmartLocalization.SmartCultureInfo.SmartCultureInfo | ( | ) |
Creates a new instance of SmartCultureInfo
| SmartLocalization.SmartCultureInfo.SmartCultureInfo | ( | string | languageCode, |
| string | englishName, | ||
| string | nativeName, | ||
| bool | isRightToLeft | ||
| ) |
Creates a new instance of SmartCultureInfo
| languageCode | The language code of the culture. (e.g. sv, en, de, fr) |
| englishName | The english name of the culture |
| nativeName | The native name of the culture |
| string SmartLocalization.SmartCultureInfo.englishName = null |
The english name of the culture
| bool SmartLocalization.SmartCultureInfo.isRightToLeft = false |
If the language is written and read from right to left
| string SmartLocalization.SmartCultureInfo.languageCode = null |
The language code of the culture. (e.g. sv, en, de, fr)
| string SmartLocalization.SmartCultureInfo.nativeName = null |
The native name of the culture