Hi,
Is it possible gTranslate PRO to automatically detect the browser language and display the items in the appropriate language?
My blog runs on Wordpress 3.2
Thanks
RewriteCond %{HTTP:Accept-Language} (en) [NC]
RewriteCond %{REQUEST_URI} !^/([a-z]{2})
RewriteRule (.*) /en/$1 [R=301,L,QSA]
RewriteCond %{HTTP:Accept-Language} (de) [NC]
RewriteCond %{REQUEST_URI} !^/([a-z]{2})
RewriteRule (.*) /de/$1 [R=301,L,QSA]
...
etc...
Users browsing this forum: No registered users and 1 guest