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

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

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -