Hello,
Is there any way to localize a dropdown in UI Toolkit?
I don’t see any other way, except for writing a custom dropdown control that supports value localization.
Is there a “proper” way, or the custom dropdown is the only way?
Thank you.
Yes,
https://docs.unity3d.com/Packages/com.unity.localization@1.5/manual/LocalizedPropertyVariants.html
I saw that, but I don’t really understand how this is supposed to work with UI Toolkit?
For UI toolkit you can do this UI Builder Localization for dropdown & radio buttons - #2 by karl_jones
Thanks, that should work.
1 Like