detect system locale

This commit is contained in:
A-lex-Ra
2023-12-25 20:26:56 +06:00
parent 06aa6023b3
commit ca3697301e
2 changed files with 40 additions and 7 deletions
+1
View File
@@ -9,6 +9,7 @@ namespace platform {
extern std::filesystem::path get_settings_file();
extern std::filesystem::path get_controls_file();
extern std::string detect_locale();
extern std::string get_locale_by_lang(std::string lang);
}
#endif // UTIL_PLATFORM_H_