Hi,
I have a Winforms application which has a WPF textbox and a Winforms textbox. I have installed a Bhutan locale (Dzongkha), its keyboard and fonts. When the application is running and I change the system culture from [en-US] to [dz-BT](Dzongkha- Bhutan), the moment I try to type something in WPF textbox, application gets crashed, giving a Culture not supported error. I have tried creating custom culture, but that didn't work for me either. I am clueless as to how to go about this problem. Any help would be really appreciated.
Thanks in advance.