A Localization Handler to serve ASP.NET Resources to JavaScript
Posted by: Rick Strahls WebLog,
on 02 Apr 2009 |
View original | Bookmarked: 0 time(s)
Im back working on a localization project and so Ive been spending a lot of time on my resource provider in my ample spare time adding a few features that are required for smooth localization of an application. I talked about this in a lot of detail in my Data Drive Resource Provider article a couple of years back. This article address the server side of localization. However, that article didnt address the client side and so there are no real provisions for client side localization. In the samples...