Is there any way of loading settings such as month names, week days, bar colors and so on?
If you want to provide customization for different languages you can use the XML fashion way. In other words, you can use the SaveXML method to saves an empty chart. An empty chart is defined as a chart with no columns, so only regional settings are saved. So all you need to do is to change all properties you need to be saved, and then call SaveXML to save the changes to a XML file. Later you can call the LoadXML method to load the previously saved document. Since you have saved the XML data with no columns, only regional changes will be loaded.