Hi,
I have a radPane defined as following.
The text is loaded dynamically so i can select a different StringDictionary.
It works perfectly on every string in application and also in this control, but the header is still in the original language (the dictionary is initially loaded and succesively discarded).
You can see the effect on the image attached: the text on the tab is correct, while the text on the header is wrong.
Thank you
Luigi
<t:RadPane
DataContext="{Binding DataContext, ElementName=radDocking1}"
IsHidden="{Binding StatoFinestre.FinestreProgetto.DatiHidden, Mode=TwoWay}">
<t:RadPane.Header>
<local:StackPanelText Orientation="Horizontal">
<Image Source="/Images/Tab Dati_24x24.png" Style="{StaticResource TreeviewImageSize}"/>
<TextBlock Text="{DynamicResource ResourceKey={x:Static r:ResourcesKeys.TabProjectDatiHeader}}"/>
</local:StackPanelText>
</t:RadPane.Header>