Globalization and Localization Issue
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hi all, I have an old project that have to be integrated to a new one, the issue i encountered is about Globalization and Localization, the old project uses .resx files for local resources and the new project uses database to store resources. Can i use database and resx files as resource storage at the same time? when the project share only one config? if not, can anybody have an idea how the two ways will work? Or there's no other choice but to transfer to database all the items in the 50+ resx files? :doh: thanks alot! -ewin :)