This topic has 13 replies, 3 voices, and was last updated 5 years, 9 months ago by kevinash.
Viewing 14 posts - 1 through 14 (of 14 total)
in function.php file change your default language to $advt_lang = “fr_FR”;
// Set language
$advt_lang = "en_EN";
if( !empty( $advt_lang ) ) {
putenv('LC_ALL=$advt_lang');
setlocale(LC_ALL, $advt_lang.".UTF-8");
bindtextdomain("messages", DOCUMENTROOT.'locale');
textdomain("messages");
}
Viewing 14 posts - 1 through 14 (of 14 total)
You must be logged in to reply to this topic.