Docs: Mention gettext setup requirements in i18n section

This commit is contained in:
Matthias Clasen 2011-02-12 12:09:39 -05:00
parent 562f29afdc
commit deab106457

View File

@ -20,6 +20,10 @@ the GETTEXT_PACKAGE macro suitably for your library:
#define GETTEXT_PACKAGE "gtk20" #define GETTEXT_PACKAGE "gtk20"
#include <glib/gi18n-lib.h> #include <glib/gi18n-lib.h>
</programlisting></informalexample> </programlisting></informalexample>
Note that you also have to call setlocale() and textdomain() (as well as
bindtextdomain() and bind_textdomain_codeset()) early on in your main()
to make gettext() work.
The gettext manual covers details of how to set up message extraction The gettext manual covers details of how to set up message extraction
with xgettext. with xgettext.
</para> </para>
@ -237,3 +241,12 @@ Intltool has support for the NC_() macro since version 0.40.1.
@Returns: @Returns:
<!-- ##### FUNCTION g_get_locale_variants ##### -->
<para>
</para>
@locale:
@Returns: