Localization in ASP.NET 2.0
Posted: (EET/GMT+2)
Creating multi-language web applications requires quite a lot of manual work, but the good news is that ASP.NET 2.0 is going to make this all easier.
MSDN has an article about this, and the new features appear to be good.
Also, it is interesting to see a new tag construct for localization support:
<asp:Localize runat="server" text='<%$ resources: Glossary, welcomeText%>'> Welcome!</asp:Localize>
Once ASP.NET 2.0 is officially here, I need to see what it is all about.