Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Changing the Language of windows through asp.net

Changing the Language of windows through asp.net

Scheduled Pinned Locked Moved ASP.NET
csharpasp-nethelp
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    Mr Sam
    wrote on last edited by
    #1

    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

    C 1 Reply Last reply
    0
    • M Mr Sam

      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

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      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.

      N 1 Reply Last reply
      0
      • C Christian Graus

        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.

        N Offline
        N Offline
        Not Active
        wrote on last edited by
        #3

        but he did say please. Would it have helped if he said URGENT or homework :-D


        only two letters away from being an asset

        C 1 Reply Last reply
        0
        • N Not Active

          but he did say please. Would it have helped if he said URGENT or homework :-D


          only two letters away from being an asset

          C Offline
          C Offline
          Christian Graus
          wrote on last edited by
          #4

          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.

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups