ngld / OverlayPlugin

Yet another OverlayPlugin fork.
Other
232 stars 39 forks source link

Feature request : change language #188

Open Citillara opened 3 years ago

Citillara commented 3 years ago

Hello

I am using a Windows that is in French, however I would like to have the possibility to change the language settings.

I do play FF14 in English, ATC is in English, FFXIV Plugin is in English (and set as), it would be only normal that OverlayPlugin follows the same convention and doesn't forces me to keep swapping between the 2 languages when I move between pages

For now the only workaround I have is to remove all localized files in the OverlayPlugin folder on each update

Regards,

ngld commented 3 years ago

Right now the translations are handled by .NET. The only way to change the language would be to override the system language for the whole process which I'd like to avoid since I don't want to screw with other plugins. I'll probably switch to a different system in the future since the current .NET implementation has a few annoying issues but until then, I won't be able to fix this.