H
Henke
Hi
I'm building an globalized application (english, swedish and russian
languages) and have a few questions:
1. In order to see the russian characters correct I have to set the
requestEncoding and responseEncoding to windows-1251. Is this correct?
2. Now I set the requestEncoding and responseEncoding in the web.config
file, but since I only have one web.config it only works for either english
and swedish (utf-8 encoding) or just russian (windows-1251 encoding). So I
guess I'm doing something wrong here, but what?
3. I could set the culture an uiCulture to the Thread when I click each
language link, which looks quite nice, but is this the way to do it?
I really would appreciate some help...
/Henke
I'm building an globalized application (english, swedish and russian
languages) and have a few questions:
1. In order to see the russian characters correct I have to set the
requestEncoding and responseEncoding to windows-1251. Is this correct?
2. Now I set the requestEncoding and responseEncoding in the web.config
file, but since I only have one web.config it only works for either english
and swedish (utf-8 encoding) or just russian (windows-1251 encoding). So I
guess I'm doing something wrong here, but what?
3. I could set the culture an uiCulture to the Thread when I click each
language link, which looks quite nice, but is this the way to do it?
I really would appreciate some help...
/Henke