Questions can be asked in a special discord channel (the channel is called API ADDON).
🔔General information:
⚡️Fonts
The addon is easy to install, requires no configuration, and has zero impact on system performance.
GlobalLocale+ overrides WoW's GetLocale() API to fake a user-selected locale for other addons, tricking them into loading translations/UI for a different language than your client locale.
It supports all standard WoW locales: ruRU, enUS, enGB, deDE, frFR, esES, esMX, itIT, ptBR, koKR, zhCN, zhTW.
Defaults to ruRU on first load. Settings persist in GlobalLocaleDB. Changes auto-reload UI to apply.
Limitation: Only works if the target addon has built-in support for that locale; otherwise, it falls back to default (usually enUS).
💬Slash commands:/rloc ruRU → Sets addon locale to Russian (ruRU)
/rloc enUS → Sets addon locale to English (United States)
/rloc enGB → Sets addon locale to English (United Kingdom)
/rloc deDE → Sets addon locale to German
/rloc frFR → Sets addon locale to French
/rloc esES → Sets addon locale to Spanish (Spain)
/rloc esMX → Sets addon locale to Spanish (Mexico)
/rloc itIT → Sets addon locale to Italian
/rloc ptBR → Sets addon locale to Portuguese (Brazil)
/rloc koKR → Sets addon locale to Korean
/rloc zhCN → Sets addon locale to Chinese (Simplified)
/rloc zhTW → Sets addon locale to Chinese (Traditional)
/rloc off → Disables locale override (addons will use your real client language)
/rloc → Shows this list of commands + available locales

