WP7 TimeSpanPicker 本地化(Coding4Fun 工具包)
我在我的应用程序中使用 Coding4Fun 的 TimeSpanPicker 控件,该控件应该已经被翻译了([http://coding4fun.codeplex.com/discussions/256020])。我在 csproj 文件中声明了 SupportedCultures 标签,但 timespanpicker 中的文本仍未翻译(所有其他文本均已翻译)。我需要在我的项目中声明其他内容吗?
I'm using the TimeSpanPicker control from Coding4Fun in my app which is supposed to be translated already ([http://coding4fun.codeplex.com/discussions/256020]). I declared the SupportedCultures tag in my csproj file, but the texts in the timespanpicker are still not translated (all other texts are). Do I need to declare something else in my project?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您使用较短的 ISO 语言代码,请尝试较长的版本。例如,
cs-CZ
而不是cs
。In case you are using short ISO language code try a longer version. For example
cs-CZ
instead ofcs
.