The LanguageManager type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| LanguageManager | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| AllLanguages | Obsolete.
Get all registered languages
| |
| Dispose | ||
| Equals | (Inherited from Object.) | |
| Finalize |
Finalizer for this class.
(Overrides Object..::.Finalize()()().) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetLanguage |
Gets a specific language.
| |
| GetLanguages |
Gets a collection with all languages.
| |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Reload |
Reloads the language manager contents from the language files.
| |
| ToString | (Inherited from Object.) | |
| Translate | Overloaded. | |
| TranslateFallback | Overloaded. | |
| TranslateForScript | Overloaded. | |
| TranslateRaw | Overloaded. |
Properties
| Name | Description | |
|---|---|---|
| Directory |
The directory where the language files exists.
| |
| Instance |
Gets the single LanguageManager instance.
| |
| LanguageDocument |
The document where all language strings are stored.
|