Globalization
-
Hi, How to change keyboard language programmatically in asp.net. so that user can enter in their own language instead of specifying everything in Resource File Thanks in Advance
The first step would be some sort of IP mapping to work out the location of your user, unless you ask them. But, given that an ASP.NET program never interacts with the keyboard directly the way a winforms app can, I'm not sure what it is you're asking. Are you talking about the language of the page, not the keyboard setting ? In that case, see my first sentence.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
-
The first step would be some sort of IP mapping to work out the location of your user, unless you ask them. But, given that an ASP.NET program never interacts with the keyboard directly the way a winforms app can, I'm not sure what it is you're asking. Are you talking about the language of the page, not the keyboard setting ? In that case, see my first sentence.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
Christian Graus wrote:
The first step would be some sort of IP mapping to work out the location of your user, unless you ask them
I would rather use the browser locale setting.
Manas Bhardwaj Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.
-
Christian Graus wrote:
The first step would be some sort of IP mapping to work out the location of your user, unless you ask them
I would rather use the browser locale setting.
Manas Bhardwaj Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.
Well, if that gets posted to the server, then use that. Assuming it is set correctly.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.