. */ $GETTEXT_SUPPORT = false; if ( ! function_exists('gettext')) { function gettext($text) { return $text; } } // Must do some testing before releasing it to mainstream if($GETTEXT_SUPPORT) { //$LANGUAGE = 'es_ES'; $LANGUAGE = 'en_US'; putenv("LANG=$LANGUAGE"); setlocale(LC_ALL, $LANGUAGE); // Set the text domain as 'webchess' $domain = 'webchess'; bindtextdomain($domain, "./locale"); textdomain($domain); } ?> WebChess :: Login