Quote Originally Posted by xordox View Post
Sorry me Yellow, I'm not a programmer at all, but what you can say about it:
if ($_SESSION['languages_code'] == 'ru') {
make url like: www.site.com/RU/products

} else {
for other case make url like: www.site.com/products
}
and ['languages_code'] == 'ru' User can set in admin panel (can be FR,IT etc)
the problem if we have more that 2 languages.
Interesting point, and I will look into this, But you dont have to worry about duplicated content. Bots should be redirected correctly.