Is it possible to change language on Qt at runtime
问题 in my app I need internationalization. Say I have created several .ts file for different languages e.g., German, French, etc. - together with translated phrases. Now, say the user wants to change the language at run time. Will it not be possible using Qt approach? 回答1: You should have a LocaleHandler object in your application and listen to the systemLanguageChanged() signal. This signal will be called anytime the user changes the language through the settings menu. When this happens you