You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After changed the values of '{DynamicResource Module}' and '{Binding CurrentLanguage}', the contents in avalondock have not changed accordingly as other controls(eg: ui:Button). In addition, title property bound to '{Binding CurrentLanguage}' which was set to "Chinese" was displayed as empty.
Before:
After:
Besides, after changed cultureinfo, the menu language of AvalonDock also have not changed accordingly. It requires restart to change the menu language.
The text was updated successfully, but these errors were encountered:
I'm not good at programing and couldn't find any helpful information on the Internet, please tell me how to change the properties without restart application. Thanks!
The string output you are showing should be controlled by the user of AvalonDock if you follow the MVVM design pattern, so these strings you are showing should under your own control. Have a look at my sample application Edi to better understand how multiple languages can be supported with AvalonDock.
version: 4.70.2 - .net 6 - win10
xaml:
After changed the values of '{DynamicResource Module}' and '{Binding CurrentLanguage}', the contents in avalondock have not changed accordingly as other controls(eg: ui:Button). In addition, title property bound to '{Binding CurrentLanguage}' which was set to "Chinese" was displayed as empty.
Before:

After:

Besides, after changed cultureinfo, the menu language of AvalonDock also have not changed accordingly. It requires restart to change the menu language.
The text was updated successfully, but these errors were encountered: