]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/locale.hxx
Remove confusing reference to SDL/GLUT
[flightgear.git] / src / Main / locale.hxx
index 8ccd2d218fd40aefea9accb4d96473b01bca5667..984a4c8028e7a3d2feae5da7a9f6e5fba007b2fd 100644 (file)
@@ -72,10 +72,7 @@ public:
      */
     static void utf8toLatin1        (std::string& s);
 
-    /**
-     * Obtain user's default language setting.
-     */
-    const char* getUserLanguage();
+
 
 protected:
     /**
@@ -98,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;