Method | Description | |
---|---|---|
AddDynamicSource ( string sourcePath ) : void |
Add non-unloadable localization source. Can overrides loaded tokens and be removed by UnloadDynamics call.
|
|
AddStaticSource ( string sourcePath ) : void |
Add non-unloadable localization source.
|
|
Get ( string token ) : string |
Get localization for token.
|
|
RelocalizeUI ( ) : void |
Raise "OnLocalize" message on all active GameObjects.
|
|
UnloadDynamics ( ) : void |
Unload all dynamics localization sources.
|
Method | Description | |
---|---|---|
LoadAsset ( string assetPath ) : string | ||
LoadData ( string data, string[]>.Dictionary |
||
Localizer ( ) : System | ||
SetLanguage ( string lang ) : void |
public static AddDynamicSource ( string sourcePath ) : void | ||
sourcePath | string | Source path. |
return | void |
public static AddStaticSource ( string sourcePath ) : void | ||
sourcePath | string | Source path. |
return | void |
public static Get ( string token ) : string | ||
token | string | Localization token. |
return | string |