WPF , , Grid, StackPanel .. , .. UserControl, , .
, , , , . , , XAML. , .
.
, , Strings.xaml , Test_1_Strings.xaml Test_2_Strings.xaml. , , , , .
<Application.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="Strings.xaml"/>
<ResourceDictionary Source="Test_1_Strings.xaml"/>
<ResourceDictionary Source="Test_2_Strings.xaml"/>
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>
</Application.Resources>
, TextBlock StaticResource TestMessage.
<TextBlock Text="{StaticResource TestMessage}"/>
This is a message for test 2.
Test_1 Test_2, textBlock Text - This is a message for test 1.