For support issues and specific questions related to RC-WinTrans' use, features and functions.
|
06.03.2013 13:55:15
lakuda Posts: 36
|
Hello again! I have a problem with localization of an xaml-file. The file has the following structure:
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:sys="clr-namespace:System;assembly=mscorlib"> <sys:String x:Key="EventsCaption">Автомобили</sys:String> <sys:String x:Key="ErrorsCaption">Статус серверов</sys:String> <sys:String x:Key="DBCaption">База:</sys:String>
It is added to RC-WinTrans project perfectly but when I write a target file I get this:
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"> <system:String x:Key="EventsCaption" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:system="clr-namespace:System;assembly=mscorlib">Vehicles</system:String> <system:String x:Key="ErrorsCaption" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:system="clr-namespace:System;assembly=mscorlib">Server status</system:String> <system:String x:Key="DBCaption" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:system="clr-namespace:System;assembly=mscorlib">Database:</system:String>
What can be done?
|
0
• permalink
|
|
Powered by AspNetForum 6.9.6.0
© 2006-2010 Jitbit Software