TpsCultureInfo Methods |
The TpsCultureInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetCultures |
Returns the installed cultures.
| |
| GetEnglishName |
Gets the culture name in the format "languagefull (country/regionfull)" in English.
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetInstalledLanguages |
Gets the installed languages in the controller as language code strings.
Example: "en-US", "fr"
| |
| GetLanguage |
Gets the current language.
| |
| GetType | Gets the type of the current instance. (Inherited from Object.) | |
| IsValidCulture |
Checks if cultureInfoName is valid FlexPendant culture.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| SetLanguage |
Sets the current language.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |