using localization one can make his application localizable, all by simply using the designer of visual studio. However if i want to take an input from user, i want it to be in arabic, but localizating the application to my culture doesn't do this (i guess it formats the data and dates ... but the input remains at it is) So i checked and i found out that inputlanguage wish is described as "culture/keyboard layout pair" in msdn is what needed to be modified and this is done in code ! So i wonder, is there a way to do it in designer.
Thanks in advance
Thanks in advance