Initially i tried to set:
Thread.CurrentThread.CurrentUICulture = new CultureInfo("new selected language");
But from what i saw it doesnt change what was there already, only what comes after it. So i would need to refresh all the current text i had from the past language in use.
i am looking for the best appoch to refresh my UI once the user has selected a different language ?
I know i can, using my function to select the new language also make the refresh but perhaps there is a better way of acomplishing it that i am not aware of so i would appreciate a few words of advices :)
Also tried to search but i guess my keyword was not good enough to find anything relevant ... "[C#] localization switch between languages" for instance.
PS: if my question is not good enough let me know and i will rework it out, my english inst that great after all.