Skip to content

vlandemart/simple-localize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-localize

Simplest JSON localization solution for Unity

Usage:


Using this package is as simple as it gets.

  1. Unpack SimpleLocalize.unitypackage to your unity project.
  2. Drop LocalizationManager.prefab into your scene.
  3. Deserialize JSON file of desired language before any localization calls. (I.E. at the Start)
  4. Call Localize() with your text key and enjoy the result.

Example scene and JSONs are included for your convenience.

About

Simplest JSON localization solution for Unity

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages