G
Guest
Hi
I have an application which needs to display information in several
languages. I want to have the flexibility of web.config, I guess one
alternative is resource files; but I don't want to recomplie the application
everytime I modify the resource file. Another thing I can implement
IConfigurationSectionHandler to get custom settings which I can read and
interact with through ConfigurationManager.GetSection(...)
What approach do people suggest?
Craig
I have an application which needs to display information in several
languages. I want to have the flexibility of web.config, I guess one
alternative is resource files; but I don't want to recomplie the application
everytime I modify the resource file. Another thing I can implement
IConfigurationSectionHandler to get custom settings which I can read and
interact with through ConfigurationManager.GetSection(...)
What approach do people suggest?
Craig