Jump to content

input text language and numberic

- - - - -

  • Please log in to reply
1 reply to this topic

#1
Hamed

Hamed

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 276 posts
Hello,
I want to have force windows language for my input text box.(For example email should be English when user want to fill out email textbox language change to Englsih)
and also number 19999 change to 19,999 when he is typing.

I think I need JavaScript

#2
Calgon

Calgon

    Learning Programmer

  • Members
  • PipPipPip
  • 56 posts
You can try take a look at the Google Translate API for what you're looking for (Google Translate API - Google Code) with the language conversion(?)

Also, for the number thing, you should check to see when they unfocus on the text box, and then try format the number with commas where appropriate.




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users