Set gtk language based on selected language in RT, fixes #4278, kudos to @agriggio
This commit is contained in:
@@ -30,7 +30,7 @@ class MultiLangMgr
|
||||
public:
|
||||
MultiLangMgr ();
|
||||
|
||||
void load(const std::vector<Glib::ustring> &fnames);
|
||||
void load(const Glib::ustring &language, const std::vector<Glib::ustring> &fnames);
|
||||
Glib::ustring getStr(const std::string& key) const;
|
||||
static bool isOSLanguageDetectSupported();
|
||||
static Glib::ustring getOSUserLanguage();
|
||||
|
Reference in New Issue
Block a user