- Home /
How to make localization for Dropdown - TextMeshPro?
I'm a newbie unity user who has never written a code before starting to learn unity couple weeks ago. Now i'm trying to learn how to implement a localization into game using official unity localization https://docs.unity3d.com/Packages/com.unity.localization@0.9/manual/index.html I have no problem using it for simple strings. But how to use for dropdown options? Dropdown options text can not be dragged into Localize String Event -> Update String field. I can create different drodown prefabs for different languages and make a Localization table of dropdowns but there are only
localize string event
localize audio clip event
localize sprite event
localize texture event
in the available inspector components. None of this is applicable for dropdowns. How localize it considering that my scripting skills are very low at the moment?