如何使用asp.net主题和文化?
我有多家公司,根据公司的不同,我有多种文化。还有与公司和文化有关的主题。
如何设置所有这些东西?
I have multiple companies and multiple cultures according to companies. And also having themes with companies and cultures.
How to setup all those things ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为每个主题创建特定的资源文件,然后在需要时动态设置特定的区域性(en-GB 等)。
请通过以下链接了解如何构建多语言应用程序:
http:// www.beansoftware.com/ASP.NET-Tutorials/Globalization-Multilingual-CultureInfo.aspx
http://www.asp.net/general/videos/how-do-i-create-a-multi-lingual-site-with-localization
希望这有帮助..
Create specific Resource file for each theme, then set the specific culture (en-GB etc) dynamically when required.
See how to build multilingual application in the following links:
http://www.beansoftware.com/ASP.NET-Tutorials/Globalisation-Multilingual-CultureInfo.aspx
http://www.asp.net/general/videos/how-do-i-create-a-multi-lingual-site-with-localization
Hope this helps..