ASP.NET 页面上的多种语言(英语、法语)

发布于 2024-07-12 11:21:01 字数 93 浏览 4 评论 0原文

我只是想知道在网页上处理多种语言的最佳方法是什么? 我应该在负载中创建一个事件,将所有控件的标签更改为适当的语言文本,还是有更好的方法? 我正在使用.NET框架,谢谢。

I was just wondering what is the best way to handle multiple languages on a web page? Should I create an event in the load where I change the labels of all my controls to the approrpiate language text, or is there a better way? I am using .NET framework, thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

策马西风 2024-07-19 11:21:01

对于 ASP.NET,请使用资源文件。 这将使您能够提供多语言功能,并且可以添加翻译而无需重新编译。

http://www.beansoftware.com/ASP.NET-Tutorials /全球化-多语言-CultureInfo.aspx

For ASP.NET, use Resource files. This will let you provide multilingual functionality and you can add translations without needing to recompile.

http://www.beansoftware.com/ASP.NET-Tutorials/Globalisation-Multilingual-CultureInfo.aspx

蓝眼泪 2024-07-19 11:21:01

您需要查看 MSDN 文档中涉及 ASP.NET 应用程序本地化和全球化的部分:

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

You will want to look at the section of the MSDN documentation that deals with localization and globalization of ASP.NET apps:

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文