# ....
# use the functions
- print gettext( ``Panic!'' );
+ print gettext( "Panic!" );
- button = Wx::Button-new( window, -1, gettext( ``Label'' ) );
+ button = Wx::Button-new( window, -1, gettext( "Label" ) );
@endcode
If you need to translate a lot of strings, then adding gettext( ) around
# ...
# use the functions
- print t( ``Panic!!'' );
+ print t( "Panic!!" );
# ...
@endcode
wxLanguageInfo structure. See AddLanguage() for
the wxLanguageInfo description.
- @wxsince{2.7.1}.
+ @since 2.7.1.
*/
static bool IsAvailable(int lang);
This macro is identical to _() but for the plural variant of
wxGetTranslation().
- @returns A const wxString.
+ @return A const wxString.
@header{wx/intl.h}
*/
would be no translations for the weekday names in the program message
catalog and wxGetTranslation() wouldn't find them.
- @returns A const wxChar*.
+ @return A const wxChar*.
@header{wx/intl.h}
*/