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
Implementations must implement the LoadCatalog() method.
@see wxFileTranslationsLoader
*/
class wxTranslationsLoader
{
*/
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().
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().
*/
class wxFileTranslationsLoader : public wxTranslationsLoader
{
*/
class wxFileTranslationsLoader : public wxTranslationsLoader
{