Unity Localization System

During the developement of my mobile game Cublytical, I developped a localization system for Unity Editor.

The localization system work by reading the languages in a CSV file and storing every translation in a Dictionary<string,string>

Share