Yes, many controls have KeyUp/KeyDown propertys. But in they arguument I can catch Key class only. Not real symbol. For example, when user type "d" symbol is become a Key.D in KeyDown. All symbols in any other langauge that stay on the same plase on keyboard will be Key.D too.
How I can get analog of KeyPress in WPF that can represent a char (symbol) to catch a native typing depended on local langauge?