Changing the Language of windows through asp.net
-
I have an web application and want to write urdu in a textbox. I have achieved it in desktop but want to achieve it in asp.net The code which i used in desktop is:
InputLanguage.CurrentInputLanguage = InputLanguage.FromCulture(Application.CurrentCulture);
InputLanguage.CurrentInputLanguage = InputLanguage.FromCulture(new CultureInfo("ur-PK"));Please help.
Bye
modified on Sunday, January 11, 2009 2:20 PM
-
I have an web application and want to write urdu in a textbox. I have achieved it in desktop but want to achieve it in asp.net The code which i used in desktop is:
InputLanguage.CurrentInputLanguage = InputLanguage.FromCulture(Application.CurrentCulture);
InputLanguage.CurrentInputLanguage = InputLanguage.FromCulture(new CultureInfo("ur-PK"));Please help.
Bye
modified on Sunday, January 11, 2009 2:20 PM
It seems you have absolutely not idea about ASP.NET. If you did, you'd know there is no way that any C# code you may happen to write, can do anything to a client's machine, apart from send it HTML. Therefore, you can't change the windows language with ASP.NET. that you think you may be able to, means you're in desperate need of doing a very basic course before attempting anything remotely serious ( you sure should not be doing paid work, or expecting that you're writing useful code in ASP.NET at this point )
Christian Graus Driven to the arms of OSX by Vista.
-
It seems you have absolutely not idea about ASP.NET. If you did, you'd know there is no way that any C# code you may happen to write, can do anything to a client's machine, apart from send it HTML. Therefore, you can't change the windows language with ASP.NET. that you think you may be able to, means you're in desperate need of doing a very basic course before attempting anything remotely serious ( you sure should not be doing paid work, or expecting that you're writing useful code in ASP.NET at this point )
Christian Graus Driven to the arms of OSX by Vista.
but he did say please. Would it have helped if he said URGENT or homework :-D
only two letters away from being an asset
-
but he did say please. Would it have helped if he said URGENT or homework :-D
only two letters away from being an asset
God, I can't handle this forum now. It's a breeding place for ignorance, with just a few brave souls trying to maintain some standard of knowledge. It depresses me.
Christian Graus Driven to the arms of OSX by Vista.