gpt4 book ai didi

c# - 使用 C# 和 XAML 在 Windows 应用商店应用程序中绑定(bind)资源文件值字符串

转载 作者:行者123 更新时间:2023-11-30 17:01:23 24 4
gpt4 key购买 nike

我有资源文件:Strings\en-US\Resources.resw

我正在尝试像这样绑定(bind)到这个文件中的字符串:

<TextBlock Text="{Binding Path=LocalizedResources.app_name, Source={StaticResource LocalizedStrings}}" />

我猜这种方法是错误的,因为我得到“无法解析资源‘TestString’”。

如何绑定(bind)到资源文件中的字符串?


PS:资源文件里有TestString

PPS:我需要使用 Studio 2012 创建 Windows 8 应用商店应用,而不是 Windows 8.1 应用。

最佳答案

您可以使用来自 Windows Phone 项目的相同文件,但首先,您应该将本地化移动到 PCL - 可移植类库。在这种情况下,您将使用与 Windows Phone 中相同的方式使用本地化。请read this tutorial - 一点都不难。

关于c# - 使用 C# 和 XAML 在 Windows 应用商店应用程序中绑定(bind)资源文件值字符串,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21132815/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com