-
Notifications
You must be signed in to change notification settings - Fork 0
Get Started
Chad-Vine-Doll edited this page Oct 3, 2023
·
5 revisions
The primary way localization system allows to translation from one language to another is through a dictionary. In order to get the translation of one language. You must have following:
Data manager of the entire localization system. It will hold all translation files
Files contains entries (key to translated value) and possible subfiles
Text Localizer is the simple component that allows you to show translated message in a Text Component (Both Old UGUI and TextMeshPro)
You need to add the component on the same game object with the Text Component and assign a key.