Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 4 of 4

Thread: inputting of text

  1. #1
    Junior Member
    Join Date
    Oct 2009
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default inputting of text

    How to take input in text box in other language?

    <input type="text" ????????? >

    What is the property available....


  2. #2
    Super Moderator Json's Avatar
    Join Date
    Jul 2009
    Location
    Warrington, United Kingdom
    Posts
    1,274
    My Mood
    Happy
    Thanks
    70
    Thanked 156 Times in 152 Posts

    Default Re: inputting of text

    Nothing, its just a text input box, it should be able to take whatever the user wants to input in the form of languages.

    If the language intended is needs a specific charset or content type you might want to look into having your whole system supporting that content type/charset first.

    // Json

  3. #3
    Junior Member
    Join Date
    Oct 2009
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: inputting of text

    Quote Originally Posted by Json View Post
    Nothing, its just a text input box, it should be able to take whatever the user wants to input in the form of languages.

    If the language intended is needs a specific charset or content type you might want to look into having your whole system supporting that content type/charset first.

    // Json
    Really Thanks,
    Plz can you tell me the steps to follow............ I want to enter a "non english" text in textbox....... how can I do it..............
    Plz help.......

  4. #4
    Junior Member
    Join Date
    Oct 2009
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: inputting of text

    hi just now I googled and got my answer............ I can do it from control panel........ "Regional and Language"........

    It's working.................

    next constraint is to send the same to the database....... I think it will also be done easily.........

    But the question is how will I use "select query" to extract the same from the database........
    If anybody get's answer to it..... plz do tell me..... I am looking forward towards it...........

    Hava a great day and night (Over here at present it is night...)

Similar Threads

  1. write text to a file help
    By wolfgar in forum File I/O & Other I/O Streams
    Replies: 8
    Last Post: November 24th, 2009, 08:36 AM
  2. java. Text problem...
    By Ranger-Man in forum Java SE APIs
    Replies: 8
    Last Post: September 7th, 2009, 07:19 PM
  3. How to format text in java?
    By fourseven in forum Java Theory & Questions
    Replies: 3
    Last Post: May 16th, 2009, 09:42 PM
  4. Java program to reduce spaces between the words in a text file
    By tyolu in forum File I/O & Other I/O Streams
    Replies: 2
    Last Post: May 13th, 2009, 07:17 AM