]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/intl.h
fix DMars compilation to use precompiled headers
[wxWidgets.git] / include / wx / intl.h
index aaae8d3e25defaa02b2b1bc1e86a0fab4d8c5e20..7d92024a8617a33f48c4b2f565b6d07361bf653b 100644 (file)
@@ -455,6 +455,10 @@ public:
     // Returns NULL if no info found, pointer must *not* be deleted by caller
     static const wxLanguageInfo *GetLanguageInfo(int lang);
 
+    // Returns language name in English or empty string if the language
+    // is not in database
+    static wxString GetLanguageName(int lang);
+
     // Find the language for the given locale string which may be either a
     // canonical ISO 2 letter language code ("xx"), a language code followed by
     // the country code ("xx_XX") or a Windows full language name ("Xxxxx...")