Elxis CMS Forum

Support => Language => Topic started by: nava on January 11, 2012, 12:41:42

Title: Multi language issue
Post by: nava on January 11, 2012, 12:41:42
Hi all
I have a strange problem at my IosR 3.6 installation.
My site have 10 languages installed, and everything was fine till i noticed a very strange behavior. Main site lang is english, the rest 8 languages works fine but on Bulgarian lang i have the following problem:
When i select the Bulg Lang, the home page appear fine but all the following pages are switching to the default english language. This is the case with the Bulgarian only, all the remaining languages works fine. If i switch the default site locale to Bulgarian everything works fine. Site is www(dot)thassosresorts(dot)com. Also in Bulg language i have an "error 404 fine not found" on menu linked articles, but the articles are there, lang settings and menus are fine.
Any ideas?

Thank you
 
Title: Re: Multi language issue
Post by: datahell on January 11, 2012, 19:09:31
By default the Bulgarian language is not listed inside Elxis htaccess file.
Edit the .htaccess file and add Bulgarian language!

RewriteCond %{QUERY_STRING} !mylang=[arabic|armenian|bulgarian|...]

RewriteRule ^([bg]{2})/(.*)$ /index.php?mylang=bulgarian [QSA,L]
Title: Re: Multi language issue
Post by: nava on January 12, 2012, 14:27:56
Everything is fine now, thank you :)