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. General Programming
  3. C#
  4. Change typing language

Change typing language

Scheduled Pinned Locked Moved C#
tutorialquestion
4 Posts 2 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.
  • C Offline
    C Offline
    clint1982
    wrote on last edited by
    #1

    Hi I have a text-box in a form and I want to change the typing language automatically into a certain language ? Does any one know how to that ? Clint

    C 1 Reply Last reply
    0
    • C clint1982

      Hi I have a text-box in a form and I want to change the typing language automatically into a certain language ? Does any one know how to that ? Clint

      C Offline
      C Offline
      Colin Angus Mackay
      wrote on last edited by
      #2

      clint1982 wrote:

      I have a text-box in a form and I want to change the typing language automatically into a certain language ?

      I don't understand what you mean by that. What benefit would that be? What do you expect it to do? A textbox doesn't have a built in spelling checker, so I don't see what it matters. You can type in what ever language you like.


      Upcoming events: * Glasgow: Mock Objects, SQL Server CLR Integration, Reporting Services, db4o, Dependency Injection with Spring ... * Reading: Developer Day 5 Never write for other people. Write for yourself, because you have a passion for it. -- Marc Clifton My website

      C 1 Reply Last reply
      0
      • C Colin Angus Mackay

        clint1982 wrote:

        I have a text-box in a form and I want to change the typing language automatically into a certain language ?

        I don't understand what you mean by that. What benefit would that be? What do you expect it to do? A textbox doesn't have a built in spelling checker, so I don't see what it matters. You can type in what ever language you like.


        Upcoming events: * Glasgow: Mock Objects, SQL Server CLR Integration, Reporting Services, db4o, Dependency Injection with Spring ... * Reading: Developer Day 5 Never write for other people. Write for yourself, because you have a passion for it. -- Marc Clifton My website

        C Offline
        C Offline
        clint1982
        wrote on last edited by
        #3

        I don't want a spelling checker. I just need that when focusing the textbox the language will be changed to a specific language so that the textbox will contain character just of the german language for example. Clint

        C 1 Reply Last reply
        0
        • C clint1982

          I don't want a spelling checker. I just need that when focusing the textbox the language will be changed to a specific language so that the textbox will contain character just of the german language for example. Clint

          C Offline
          C Offline
          Colin Angus Mackay
          wrote on last edited by
          #4

          clint1982 wrote:

          I just need that when focusing the textbox the language will be changed to a specific language so that the textbox will contain character just of the german language for example.

          Then you are going to have to define what characters are in the German language and exclude anything else yourself. There is no built in functionality for this. In order to get this right you would have to conduct quite an intence linguistic study into the languages that you support. For example, some languages contain a lot of loan words. So, while in English accented characters are not used, they are used in some lone words such as fiancée or résumé. Would you block accented characters while set to English.


          Upcoming events: * Glasgow: Mock Objects, SQL Server CLR Integration, Reporting Services, db4o, Dependency Injection with Spring ... * Reading: Developer Day 5 Never write for other people. Write for yourself, because you have a passion for it. -- Marc Clifton My website

          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