Keypad decimal separator on a Wpf TextBox, how to? -


i have wpf application textbox decimal input.

i when press "dot" key (.) on numeric keypad of pc keyboard send correct decimal separator.

for example, on italian language decimal separator "comma" (,)...is possible set "dot" key send "comma" character when pressed?

for need gloablize application. see these links:

http://msdn.microsoft.com/en-us/library/ms788718.aspx

http://www.codeproject.com/kb/wpf/globalizelocalizeawpfpro.aspx


Comments

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -