LangResources.xaml
566 Bytes
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:system="clr-namespace:System;assembly=mscorlib">
<system:String x:Key="quitApp">Quit</system:String>
<system:String x:Key="robofork">ROBO FORK</system:String>
<system:String x:Key="forkLiftName">FORK LIFT 01</system:String>
<system:String x:Key="loadMap">Load 3D map</system:String>
<system:String x:Key="btnQuitApp">Quit Applicatiion</system:String>
</ResourceDictionary>