snowfire20

Results 3 comments of snowfire20

I would recommend you look into rick strahl's westwind localization project. it works for both mvc and asp.net applications (though you may need to tweak a few things).

@FrantisekBodnar - have you received any updates on this issue? I've been trying to get this working with the westwind db localization provider, and the resourceSet is always sitemap://hostname/. is...

@pnikolova1 - i had the same issue with an asp.net webforms project. I had to override the DbResXConverter, so I could override this method: public bool ImportDirectoryResources(string path, string relativePath)....