Evo Localization
Work seamlessly with Evo assets
Overview
Evo UI integrates seamlessly with Evo Localization, allowing you to localize text, tooltips, buttons, and other UI elements easily.
No manual setup is required. Once you import the package, localization features become available across all supported components.
Evo Localization is free for Evo UI owners. Get it on Asset Store.
Activate Localization
After importing Evo Localization, all supported Evo UI components will automatically detect the package. A new Localization section will appear inside each component's inspector.
In this section, the Auto Setup button appears in UI components that support localization. Clicking Auto Setup will:
Add the required Localization component
Initialize component for localization
Assign the correct localization handler automatically
You can also add the localization components manually if you prefer, but Auto Setup is recommended.
Localizing Components
There are two ways to localize UI elements depending on the component:
Built-in Key Field
Some Evo UI components include a built-in Localization Key field directly in the inspector.
Examples:
- Tooltip
- Notification
- Modal Window
When a Localization Key is available, simply enter the key used in your localization table.
The component will localize automatically whenever the language changes.
Other Objects
If a UI component does not provide a dedicated key field, use the Localized Object component instead. This component allows you to assign a localization key manually.
This ensures every UI element can be localized, even if it has no built-in support.