Best practices for ASP.NET web application localization

时间:2021-08-11 04:11:45

I'm developing a web application that will need to be localized to English and Portuguese (and possible more languages later). I'm aware that the .NET Framework offers full support for UI localization, however, I'm not so sure what's the best approach to implement it.

我正在开发一个需要本地化为英语和葡萄牙语的Web应用程序(以后可能会有更多语言)。我知道.NET Framework提供了对UI本地化的完全支持,但是,我不太确定实现它的最佳方法是什么。

What do you consider the best practices for a web application localization?

您认为Web应用程序本地化的最佳实践是什么?

2 个解决方案

#1


6  

Also have a look at

另外看看

Globalization and Localization Demystified in ASP.NET 2.0

全球化和本地化在ASP.NET 2.0中揭开神秘色彩

Pretty good coverage and explanation.

相当不错的报道和解释。

#2


2  

Read ASP.NET Globalization and Localization and ASP.NET Globalization and Localization, both from MSDN. I have found that following the Microsoft practices on localization is easy and does the job.

从MSDN中读取ASP.NET全球化和本地化以及ASP.NET全球化和本地化。我发现遵循微软的本地化实践很容易并完成工作。

#1


6  

Also have a look at

另外看看

Globalization and Localization Demystified in ASP.NET 2.0

全球化和本地化在ASP.NET 2.0中揭开神秘色彩

Pretty good coverage and explanation.

相当不错的报道和解释。

#2


2  

Read ASP.NET Globalization and Localization and ASP.NET Globalization and Localization, both from MSDN. I have found that following the Microsoft practices on localization is easy and does the job.

从MSDN中读取ASP.NET全球化和本地化以及ASP.NET全球化和本地化。我发现遵循微软的本地化实践很容易并完成工作。