]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_intl.i
sync with CVS updates
[wxWidgets.git] / wxPython / src / _intl.i
index 198fc8bfc2a86bc77830a7d11dfe513896699f21..913e4c684cc0ec4694ebb520539886c25603bbb9 100644 (file)
@@ -426,6 +426,9 @@ public:
     // Returns 'True' if it was successfully loaded
     bool AddCatalog(const wxString& szDomain);
 
+    // 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 wxString& szDomain) const;