Stratkit Localization Components¶
This package combines Localization Keys with ComponentData
Create a LocalizedNameComponentScriptable or LocalizedDescriptionComponentScriptable and assign it to your PropertiesCollectionScriptable so your objects can have their own localized name / description. Then just author the data by assigning the localization keys, or use the Autofind keys from the LocalizedNameComponentScriptable itself to auto fill using the ID on a formatable string.
Example of autofind. Use the Autofind button with the format, unit_name_{0}, and the autofinder will try to find all the localization keys that match a name like unit_name_{ID} where ID is the ID of the entry itself.