]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/intl.h
Add DLL export macro
[wxWidgets.git] / include / wx / intl.h
index e7dcff8a9175bdb4cd3f789e5e80798a07bb32e5..471d9ad9bab693c51aa48737108a68fa31313421 100644 (file)
@@ -466,6 +466,9 @@ public:
     bool AddCatalog(const wxChar *szDomain,
                     wxLanguage msgIdLanguage, const wxChar *msgIdCharset);
 
+    // check if the given locale is provided by OS and C run time
+    static bool IsAvailable(int lang);
+
     // check if the given catalog is loaded
     bool IsLoaded(const wxChar *szDomain) const;