• <legend id='tQhvM'><style id='tQhvM'><dir id='tQhvM'><q id='tQhvM'></q></dir></style></legend>

    <i id='tQhvM'><tr id='tQhvM'><dt id='tQhvM'><q id='tQhvM'><span id='tQhvM'><b id='tQhvM'><form id='tQhvM'><ins id='tQhvM'></ins><ul id='tQhvM'></ul><sub id='tQhvM'></sub></form><legend id='tQhvM'></legend><bdo id='tQhvM'><pre id='tQhvM'><center id='tQhvM'></center></pre></bdo></b><th id='tQhvM'></th></span></q></dt></tr></i><div id='tQhvM'><tfoot id='tQhvM'></tfoot><dl id='tQhvM'><fieldset id='tQhvM'></fieldset></dl></div>

      <small id='tQhvM'></small><noframes id='tQhvM'>

      • <bdo id='tQhvM'></bdo><ul id='tQhvM'></ul>
      <tfoot id='tQhvM'></tfoot>

        如何从资源中获取字符串以在 xaml 的 WPF 资源部分

        时间:2023-08-27
        <i id='Yz6RL'><tr id='Yz6RL'><dt id='Yz6RL'><q id='Yz6RL'><span id='Yz6RL'><b id='Yz6RL'><form id='Yz6RL'><ins id='Yz6RL'></ins><ul id='Yz6RL'></ul><sub id='Yz6RL'></sub></form><legend id='Yz6RL'></legend><bdo id='Yz6RL'><pre id='Yz6RL'><center id='Yz6RL'></center></pre></bdo></b><th id='Yz6RL'></th></span></q></dt></tr></i><div id='Yz6RL'><tfoot id='Yz6RL'></tfoot><dl id='Yz6RL'><fieldset id='Yz6RL'></fieldset></dl></div>

            <small id='Yz6RL'></small><noframes id='Yz6RL'>

              <tbody id='Yz6RL'></tbody>

            1. <tfoot id='Yz6RL'></tfoot>
                <bdo id='Yz6RL'></bdo><ul id='Yz6RL'></ul>
                • <legend id='Yz6RL'><style id='Yz6RL'><dir id='Yz6RL'><q id='Yz6RL'></q></dir></style></legend>

                  本文介绍了如何从资源中获取字符串以在 xaml 的 WPF 资源部分中分配的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  我有一个具有以下用户控件的 XBAP 应用程序:

                  I have a XBAP application with the following user control:

                    <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>
                      ...
                  

                  现在我想从作为资源嵌入到应用程序中的 resx 文件中获取字符串xxUser"我如何做到这一点?

                  Now I want to fetch the string "xxUser" from a resx file which is embed as resource in the application How do I achieve this?

                  推荐答案

                  这些答案都不是你想要的.我将从阅读 WPF 中的本地化开始.您会发现,如果您使用 WPF 进行本地化,您需要在应用程序的每个节点上定义 x:Uid.

                  None of those answers are close to what you want. I'd start by reading about Localization in WPF. You'll find that if you are doing localization with WPF you'll want x:Uid defined on every node in your app.

                  http://msdn.microsoft.com/en-us/library/ms788718.aspx

                  这篇关于如何从资源中获取字符串以在 xaml 的 WPF 资源部分中分配的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:如何显示特定于文化的本地数字而不是阿拉伯数 下一篇:MessageBox 按钮 - 设置语言?

                  相关文章

                  最新文章

                  <tfoot id='eM2yL'></tfoot>

                    <small id='eM2yL'></small><noframes id='eM2yL'>

                    <i id='eM2yL'><tr id='eM2yL'><dt id='eM2yL'><q id='eM2yL'><span id='eM2yL'><b id='eM2yL'><form id='eM2yL'><ins id='eM2yL'></ins><ul id='eM2yL'></ul><sub id='eM2yL'></sub></form><legend id='eM2yL'></legend><bdo id='eM2yL'><pre id='eM2yL'><center id='eM2yL'></center></pre></bdo></b><th id='eM2yL'></th></span></q></dt></tr></i><div id='eM2yL'><tfoot id='eM2yL'></tfoot><dl id='eM2yL'><fieldset id='eM2yL'></fieldset></dl></div>
                    1. <legend id='eM2yL'><style id='eM2yL'><dir id='eM2yL'><q id='eM2yL'></q></dir></style></legend>

                        <bdo id='eM2yL'></bdo><ul id='eM2yL'></ul>