Hi,
I am implementing the localisation. I have added 2 language English and French. When I flip the language from English to French the language in the url show fr-fr. My language dropdown also shows the right language as French. I have checked the cookies and it shows the correct language as fr-FR. but the content is not changed to french. But when i change the language from English to French through Tools->Switch UI Language it is flipping the content correctly.
I have connected to the same database from my local machine and same files copied to my local machine and everything is working fine. the language Flipping is fine through my local host. i am not sure what i am i missing.
in my localhost the site alias is
localhost:1234/en-us ------ en-US
localhost:1234/fr-fr ------ fr-FR
Server
subdomain.domain.com/en-us ---- en-US
subdomain.domain.com/fr-fr ----fr-FR
In both the places when i change the language from my drop down the current alias shows correctly but in the server, the content is not changing but in local, the content is changing.
All the database and files are same except my IIS configuration.
Anyone has come across this issue? need some help to solve this issue.
Thanks