views:

46

answers:

2

We have a non-localized WebForms app written in VS2005/.NET 2.0, and are looking to localize it.

Are there any significant changes between .NET 2.0 and .NET 3.5 in the area of localization (either framework features or Visual Studio tools) that would make it worthwhile for us to upgrade the project?

+2  A: 

No, nothing new. Resources and that's it.

Developer Art
+1  A: 

Microsoft .NET Framework 4 (Beta 1): What is New in Globalization

QrystaL
Unfortunately, much as I might want to move to .NET 4, that's probably too new. Many thanks for the info however.
stusmith