Changing Configuration Settings in a Desktop Client Application
Posted by: Rick Strahls WebLog,
on 29 Jun 2009 |
View original | Bookmarked: 0 time(s)
Got a question in response to a Localization article today that asked how to store requested culture settings. In the article I recommend that easiest and most reliable way to switch cultures is to assign the culture when the application runs and allow the user to change cultures somewhere in the UI. When the culture is changed its up to the application to decide how to handle the actual culture change. One of the easiest things to do is write the change to a configuration setting and then exit and...