Liberi
An exergame built for kids with CP!
Localizer Class Reference

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...
 

Detailed Description

Localization manager.

Definition at line 9 of file Localizer.cs.

Member Function Documentation

static string Localizer.GetString ( string  key,
SystemLanguage  language = SystemLanguage.Unknown 
)
inlinestatic

Gets the localized string for the given string key.

Parameters
keyThe key to localize.
languageAn optional language to use for localization. If unspecified, the current language as specified in the client UI configuration is used.
Returns
The localized string.

Definition at line 55 of file Localizer.cs.

Property Documentation

SystemLanguage [] Localizer.AvailableLanguages
staticget

Gets an array of available languages for this game.

Definition at line 15 of file Localizer.cs.


The documentation for this class was generated from the following file: