.Net 全球化/本地化的入门学习资源
我正在尝试为 .Net 开发人员找到一些关于如何确保 Winforms 应用程序对非英语用户正常工作的好文章。解释潜在陷阱以及如何测试这些陷阱的建议的文章将是完美的 - 但我还没有发现任何陷阱。
我最感兴趣的领域是:小数金额、日期和设置内置 Windows 帐户的文件权限。
因此,如果您有任何类似的链接,如果您愿意分享它们,我将非常感激。
谢谢!
I am trying to find some good articles for .Net developers on how to ensure Winforms apps work correctly for non-English users. Articles explaining potential pitfalls and advice on how to test for these pitfalls would be perfect - but I haven't yet found any yet.
Areas I am most interest in are: decimal amounts, Dates and setting file permissions for builtin Windows accounts.
So if you have any links like these handy, I'll be very grateful if you would share them.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您想要了解 i18n、L10n 和 g11n 实际上是什么的入门课程,我建议您阅读 这本书:
虽然它在术语上相当过时API,这是开始学习这个主题的好方法。还有本书作者的 MSDN 博客。
我还没有读过,所以我不能推荐它,但是还有一本专门针对 .Net 国际化:
Oren A 已经为您提供了 MSDN 的链接,但我发现该文档既不完整又难以理解,尤其是对于初学者。
If you want an introductory course on what i18n, L10n and g11n actually is, I have to recommend reading this book:
Although it is quite outdated in terms of API, it is great way to start learning this topic. There is also a MSDN blog by the author of this book.
I haven't read it, so I couldn't recommend it, but there is also a book dedicated specifically to .Net Internationalization:
Oren A already gave you a link to MSDN, but I found this documentation both incomplete and hard to understand, especially for beginners.
我想说 msdn 文档 非常好且广泛,足以回答您的问题问题。
I would say the msdn documentation is pretty good and broad enough to answer your question.