Packageverlocity.lang
Classpublic final class LanguageManager
InheritanceLanguageManager Inheritance Singleton Inheritance Object



Public Methods
 MethodDefined By
  
LanguageManager(defaultLanguage:LanguageData)
LanguageManager
  
_Destruct():void
[override] Removes the current language data.
LanguageManager
 Inherited
_IsValid():Boolean
Returns if this singleton is active/valid.
Singleton
  
Set(language:LanguageData):void
Sets the language of the translator.
LanguageManager
  
T(sTranslatedString:String):String
Returns a translateed language data string to the proper language.
LanguageManager
Constructor Detail
LanguageManager()Constructor
public function LanguageManager(defaultLanguage:LanguageData)



Parameters
defaultLanguage:LanguageData
Method Detail
_Destruct()method
override public function _Destruct():void

Removes the current language data.

Set()method 
public function Set(language:LanguageData):void

Sets the language of the translator.

Parameters

language:LanguageData — The language object.

T()method 
public function T(sTranslatedString:String):String

Returns a translateed language data string to the proper language.

Parameters

sTranslatedString:String — The language data string containing the translation.

Returns
String