+ wxCHECK_MSG( IsOk(), false, "must initialize catalog first" );
+
+
+ // It is OK to not load catalog if the msgid language and m_language match,
+ // in which case we can directly display the texts embedded in program's
+ // source code:
+ if ( msgIdLanguage == m_language )
+ return true;
+
+