Language and Regions..

  • Thread starter Thread starter Daryl
  • Start date Start date
D

Daryl

I have an asp.net 2.0 application.
Using VS2008 and vb.net/asp.net

I have created a russian language resx file for each page in my application
as wel as having the default resx files in English.

When I change my language settings in my brower to russian I see the russian
pages, if i change it to english I see the english pages.
How ever my customers in RUssia see only the english pages. Even though
regional settings and browser language settings are set for Russian.

Anyone have any ideas why this is happening?
 
You should have this line in web.config
<globalization requestEncoding="utf-8" responseEncoding="utf-8"
culture="auto" uiCulture="auto" enableClientBasedCulture="true"/>

Thanks
Developer: TimeLive
Time tracking application in just US$ 300 for unlimited users.
US$ 500 with asp.net source code.
http://www.livetecs.com/Solution/Timesheet-Software.aspx
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top