]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/locale.hxx
Remove confusing reference to SDL/GLUT
[flightgear.git] / src / Main / locale.hxx
index e9d2a5ae0c9a02e40846caa98077a7b73921cc07..984a4c8028e7a3d2feae5da7a9f6e5fba007b2fd 100644 (file)
@@ -72,6 +72,8 @@ public:
      */
     static void utf8toLatin1        (std::string& s);
 
+
+
 protected:
     /**
      * Find property node matching given language.
@@ -93,6 +95,11 @@ protected:
      */
     simgear::PropertyList getLocalizedStrings(SGPropertyNode *localeNode, const char* id, const char* context);
 
+    /**
+     * Obtain user's default language setting.
+     */
+    string_list getUserLanguage();
+    
     SGPropertyNode_ptr _intl;
     SGPropertyNode_ptr _currentLocale;
     SGPropertyNode_ptr _defaultLocale;