![]() |
Liberi
An exergame built for kids with CP!
|
Localization manager. More...
Inherits MonoBehaviour.
Static Public Member Functions | |
static string | GetString (string key, SystemLanguage language=SystemLanguage.Unknown) |
Gets the localized string for the given string key. More... | |
Properties | |
static SystemLanguage[] | AvailableLanguages [get] |
Gets an array of available languages for this game. More... | |
Localization manager.
Definition at line 9 of file Localizer.cs.
|
inlinestatic |
Gets the localized string for the given string key.
key | The key to localize. |
language | An optional language to use for localization. If unspecified, the current language as specified in the client UI configuration is used. |
Definition at line 55 of file Localizer.cs.
|
staticget |
Gets an array of available languages for this game.
Definition at line 15 of file Localizer.cs.