Set system language to the app on first launch (#42)

* add language on first launch

* add language on first launch

Editing the hpp aswell
This commit is contained in:
LinuxCat
2020-07-21 05:19:24 +02:00
committed by GitHub
parent 294cb9d201
commit c7340d02bb
2 changed files with 51 additions and 4 deletions
+2 -1
View File
@@ -38,6 +38,7 @@ public:
void save();
void initialize();
void addMissingThings();
void sysLang();
// Bar Color.
u32 barColor() { return this->v_barColor; }
@@ -157,4 +158,4 @@ private:
std::string v_3dsx_install_path, v_nds_install_path, v_archive_path;
};
#endif
#endif