Publisher | Pixelsplit |
---|---|
File size | 29.81kB |
Number of files | 8 |
Latest version | 1 |
Latest release date | 2015-05-11 11:22:24 |
First release date | 2013-05-29 10:25:08 |
Supported Unity versions | 2018.4.2 or higher |
The Localization class allows you to translate your Unity project in different languages.
Just put a localization XML for every language (you want to support) into you resources folder. It'll have many "string"-entries, that you can also structure hierarchically in the XML (e.g. different scenes).
You can then access the localized strings via Localization.Instance.s("localization_key") in your scripts. Of course you can also switch the language via API.
This package contains an example scene and example localization files - this'll give you a quick start!
In the future, an editor interface is planned to manage the localization files.
Just put a localization XML for every language (you want to support) into you resources folder. It'll have many "string"-entries, that you can also structure hierarchically in the XML (e.g. different scenes).
You can then access the localized strings via Localization.Instance.s("localization_key") in your scripts. Of course you can also switch the language via API.
This package contains an example scene and example localization files - this'll give you a quick start!
In the future, an editor interface is planned to manage the localization files.