git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64129
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
Implementations must implement the LoadCatalog() method.
@see wxFileTranslationsLoader
+
+ @since 2.9.1
*/
class wxTranslationsLoader
{
Catalogs are searched for in standard places (current directory first, then
the system one), but you may also prepend additional directories to the
search path with AddCatalogLookupPathPrefix().
+
+ @since 2.9.1
*/
class wxFileTranslationsLoader : public wxTranslationsLoader
{