Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
{
#if ENABLE_NLS
#if HAVE_LOCALE_H
setlocale (LC_CTYPE, "");
setlocale (LC_MESSAGES, "");
textdomain (PACKAGE);
bindtextdomain (PACKAGE, LOCALEDIR);