🇯🇵Simple Localization
Asset that we use to translate text
We use this package to translate text, but with little tweaks so it fits well to project.

How to setup
Use google sheets (recomended) and export data as csv. Table example Add csv file with translations to Assets\SimpleLocalization\Resources\Localization folder.
a. Use Localized Text and enter key in component to translate it on scene start. b. Use
LocalizationManager.Localize(_localizedKey)to get translated string, but keep in mind to subscribe toLocalizationManager.OnLocalizationChangedevent to set new translated string if user can change language runtime without game restart.LocalizationManager.Languageproperty to change language runtime. Use GameLanguagesSO to get info about translated languages.AppStart auto sets language at
BeforeSplashScreenAppear().
Last updated