Can the add-in handle "other" strings?
I am hoping you can help me.
I am currently evaluating your software for use by our company. So far it has been able to handle everything we need it to except for 1 item.
Our application contains a considerable amount of configuration data. This data is held in XML format as resources. This XML contains many strings that get displayed to the user (menu items, input selection texts etc).
What we would like to be able to do is to replace the texts in our XML with a resource ID and have the text loaded in the correct language at run-time. However, we would like to maintain these texts within the same resource files produced by your add-in. Is there any way we can manually add new resources to the project database or (even better) is there a way this can be automated.
I had assumed that I might be able to simply add some code like this to our app:
but I can find no way to manually add resources to the application database... perhaps there could be a 'manual' section in addition to controls, source code and html?