Posted by sivaramapandianbtech on November 25, 2009 at 4:32am
I have a site in two languages english and french. Actually site default language is english. But if the system language is french site loads in french. I mean drupal loads site language based on system language. but i need english only as default language at any situation. How to rectify this.
Can any one give me a solution.? thanks
Comments
path prefix only
check the settings in admin/settings/language/configure
menu: administer > site configuration > languages then click tab: configure, subtab language negotiation
my guess is, you're using Path prefix with language fallback.
Path prefix with language fallback. The presentation language is determined by examining the path for a language code or other custom string that matches the path prefix (if any) specified for each language. If a suitable prefix is not identified, the display language is determined by the user's language preferences from the My Account page, or by the browser's language settings. If a presentation language cannot be determined, the default language is used.and the browser's language is probably set to french.
changing it to 'path prefix only' should fix things
I hope it will work.now i
I hope it will work.now i have changed it to "path prefix only" and waiting for client reply.
Thanks friend