Does it make sense to create a custom resource.xml instead of using asp.net's Resource .resx impleme

Posted by Blankman on Stack Overflow See other posts from Stack Overflow or by Blankman
Published on 2010-06-02T21:18:28Z Indexed on 2010/06/02 21:24 UTC
Read the original article Hit count: 226

Filed under:
|
|

I will be setting the current thread's culture at the beginning of the request lifecycle.

Does it make sense if I create my own resource.xml to store things like strings/labels/messages that will be used in the web application?

or are their drawbacks and its better if I just use the Global resources .resx files that are 'built-in' ?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about asp.net-mvc