Groups | Blog | Home
all groups > dotnet internationalization > july 2004 >

dotnet internationalization : Am I in a special case of Localization


Claude Vernier
7/9/2004 6:14:01 AM
Hi,

I have a Web App. in C# with Framework 1.1 using VS 2003.
I want the application to detect the language of the user the first time it connects and also, the user must be able to switch to another language.

I would then save the choosen language to cookies and set the thread to the correct language.

Can you help me sort out the uiCulture, CultureInfo, CurrentUICulture objects...
How should I create the several versions of my WebForms ? I tried setting the uiCulture of the page but I do not understand how IIS will choose what version of the file.

Thank you for any help,
Claude
anonymous NO[at]SPAM discussions.microsoft.com
8/16/2004 3:51:28 AM
Hi !
You can try by using HTTP filter pattern.Read Current
culture from HTTP Header and set Ui culture based on
that . I think this will be helpful to you .
Regards,
Amit

[quoted text, click to view]
the first time it connects and also, the user must be able
to switch to another language.
[quoted text, click to view]
I tried setting the uiCulture of the page but I do not
understand how IIS will choose what version of the file.
[quoted text, click to view]
AddThis Social Bookmark Button