Hi
I'm using RadDocking.LoadLayout to save and restore the positions of docked panels.
My application is localized and every string in xaml is set in this form (for instance...):
Where r:ResourcesKey.key is an index in the language dictionary selected in the application.
When I change the localization with an existing xml for layout, the headers of panels are read from the xml and are in the previous language.
Ho can I force to rewrite the strings in the right language (without delete the layout xml file)?
Thank you
Luigi
I'm using RadDocking.LoadLayout to save and restore the positions of docked panels.
My application is localized and every string in xaml is set in this form (for instance...):
Header="{DynamicResource ResourceKey={x:Static r:ResourcesKeys.key}}"
When I change the localization with an existing xml for layout, the headers of panels are read from the xml and are in the previous language.
Ho can I force to rewrite the strings in the right language (without delete the layout xml file)?
Thank you
Luigi