IOULang-multi-language tools
IOUlang is an unity multi-language tools, very easy to use
config step:
1. create IOULang folder in Assets
by atwal
Price History +
IOUlang is an unity multi-language tools, very easy to use
config step:
1. create IOULang folder in Assets
2. create values folder in AssetsIOULang (default language folder)
3. create strings.xml in AssetsIOULangvalues (default language file)
4. create other language folder as values-xx(example: chinese is values-zh)
5. create other language file strings.xml in AssetsIOULangvalues-xx
6. Run IOULang menu on Unity IDE
use example:
IOULangUtil.set_lang(IOULangUtil.LANGS.xx)
IOULangUtil.get_xxx();