xceedsoftware / wpftoolkit

All the controls missing in WPF. Over 1 million downloads.
Other
3.91k stars 878 forks source link

Language doesn't change when culture is changed #1723

Open batuhancengiz opened 2 years ago

batuhancengiz commented 2 years ago

image

The language does not change when I switch to Culture Info en-US and de-DE. When I restart the application I can see the language has changed. How can I handle seeing immediately changed language when I switch to language.

XceedBoucherS commented 2 years ago

Hi, This is by default. You need to reload the application in order to load the new texts. Additional information can be found here: https://stackoverflow.com/questions/4626627/wpf-how-to-change-the-currentuiculture-at-runtime

Thank you