added samples
[windows-sources.git] / sdk / samples / WPFSamples / StringLocalizationSample / visualbasic / stringresources.xaml
blobfb1a4ed259a7a1551353f02ea24af058969a7aa4
1 <ResourceDictionary 
2   xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3   xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
4   xmlns:system="clr-namespace:System;assembly=mscorlib">
5   
6   <!-- String resource that can be localized -->
7   <system:String x:Key="localizedMessage">en-US Message</system:String>
8   
9 </ResourceDictionary>