我有一个XBAP应用程序与以下用户控制:
<UserControl x:Class="XXX.UsersGrid" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Height="Auto" Width="Auto"> <UserControl.Resources> <DataTemplate x:Key="UpArrowUsers"> <DockPanel> <TextBlock Text="xxUser" x:Name="upArrowUsersHeader" HorizontalAlignment="Center"></TextBlock> <Path x:Name="arrow" StrokeThickness = "1" Fill= "gray" Data= "M 5,10 L 15,10 L 10,5 L 5,10"/> </DockPanel> </DataTemplate> </UserControl> ...
解决方法
没有一个答案是接近你想要的.我将首先阅读WPF中的本地化.你会发现,如果你正在使用WPF进行本地化,你将需要在应用程序的每个节点上定义x:Uid.