本地化默认的 Windows Phone 日期选择器
我已经本地化了整个应用程序,但无法本地化日期选择器。在论坛中的一些搜索给了我一些答案 喜欢这个
,但我找不到带有不同语言工具包的 resx 的属性文件夹!我刚刚在解决方案资源管理器中的参考下添加了工具包参考,这样我就可以访问日期选择器。我创建了一个名为 toolkit.content 的文件夹来放置“确定”和“取消”图像。
那么我如何为工具包日期选择器添加 resx :(
I have localised the whole app but not able to localise the date picker. A bit of searchin in the forum gave me few answers like this one
but i cant find a properties folder with the resx for different lang for toolkit! I have jus added the toolkit reference in the solution explorer under reference and thats im able to access date picker. I have made a folder called toolkit.content to put the ok and cancel images.
so how do i add the resx for the toolkit date picker :(
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您还可以创建一个继承自原始 DatePicker 的自定义控件。
并在 CustomControls 文件夹中创建选择器页面 xaml 文件:
代码隐藏:
You can also create a custom control which inherits from the original DatePicker.
And create picker page xaml file in a CustomControls folder:
Code behind:
您必须获取 ToolKit 的源代码并使用本地化内容重建它
WP7 ToolKit 源< /a>
You have to get the source for the ToolKit and rebuild it with your localization
WP7 ToolKit Source
非常简单:参数-语言。
XAML代码:
It's very simple: Parameter - Language.
Xaml code: