]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/locale.hxx
Remove confusing reference to SDL/GLUT
[flightgear.git] / src / Main / locale.hxx
index 27623fb35a6d4ad3c6243c36df13523333a07fa2..984a4c8028e7a3d2feae5da7a9f6e5fba007b2fd 100644 (file)
@@ -16,7 +16,7 @@
 //
 // You should have received a copy of the GNU General Public License
 // along with this program; if not, write to the Free Software
-// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+// Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301, USA.
 
 #ifndef __FGLOCALE_HXX
 #define __FGLOCALE_HXX
@@ -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;