如何将我的Asp.Net应用程序转换为全球化

问题描述:



我是第一次在asp.net应用程序中使用全球化和本地化。我可以知道如何更改我的asp.net应用程序,以便在英语和阿拉伯语中使用。我有大约三个母版页和20多个内容页(网页表单)。我曾尝试过,但我需要为不同的Web表单创建不同的资源。有什么办法吗?如果没有,当我从一个页面重定向到另一个页面时,第二页如何使用哪个资源?





问候

Hi,
I'm first time using globalization and localization in asp.net application. Can i know how to change my asp.net application to be use in english and arabic. I'm having around three master pages and more than 20 content pages(web form). I had tried it, but i need to create different resources for different web forms. Is there is any way? If not, when i'm redirecting from one page to another, how the second page which resource i'm using?


Regards

你可以从这里开始: http://msdn.microsoft.com/en-us/library/c6zyy3s9%28v=vs.98%29.aspx [ ^ ]。



此CodeProject文章也很有用:使用全球化和ASP.NET中的本地化 [ ^ ]。



-SA
You can start here: http://msdn.microsoft.com/en-us/library/c6zyy3s9%28v=vs.98%29.aspx[^].

This CodeProject article can also be useful: Using Globalization and Localization in ASP.NET[^].

—SA


if你想要一个有多种语言的网站我在这里找到了一个样本



http:// www .nomensa.com / blog / 2010/7-tips-and-techniques-for-ling-lingual-website-accessibility / [ ^ ]
if you want a website with multiple language i found a sample here

http://www.nomensa.com/blog/2010/7-tips-and-techniques-for-multi-lingual-website-accessibility/[^]