| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A handy Unity Editor tool for managing localization keys and language files directly within the Editor. Easily find, edit, and save localization keys, auto-attach components, and generate language files with zero hassle.

| Localization File View | Add Missing Localizers |
|---|---|
![]() |
![]() |
| Create Language View | Find Localization Files |
| ---------------------- | ---------------------- |
![]() |
![]() |
More views:
Add a TMP_Localizer to any TMP_Text element. Set its localizationKey. On language change, it will update the text automatically.
public class TMP_Localizer : LocalizeBase
{
public override void UpdateLocale()
{
_text.text = Locale.GetLocalized(localizationKey);
}
}| Back | FazBrowse Home | New Git URL |