Thank you for this great work!
I have three langs on my website, and the default language is russian. But now I want to change the default language to English, so that when anyone opens the website via www.mysite.com he will be redirected to www.mysite.com/index.php?setlang=en
I've tried to change
and even settings in .htaccess, like
But still, the default page is russian. Can you help, please? Thank you!
I have three langs on my website, and the default language is russian. But now I want to change the default language to English, so that when anyone opens the website via www.mysite.com he will be redirected to www.mysite.com/index.php?setlang=en
I've tried to change
Code:
'I18N_DEFAULT_LANGUAGE', 'en'
Code:
RewriteBase /?setlang=en
But still, the default page is russian. Can you help, please? Thank you!