This content has been marked as final.
Show 1 reply
-
1. Re: Extending the Insert Bar: where do the labels come from?
Randy Edmunds May 19, 2012 6:39 PM (in response to JohnMarshall_PwC)Strings specified using MMString: have been separated out so they can be localized for different languages. They are compiled and stored in: [install-dir]/[lang]/Resources/strings.zbin (where lang is something like "en_US").
If your extension is just for 1 language or is non-localizable text, then change "MMString:label" to "label" and put the text directly in insertbar.xml.
If you want to make your extension for multiple languages, then store the strings in the [install-dir]/[lang]/Configuration/Strings folder and reference them by id. Take a look at the XML files in that fodler as an example.
HTH,
Randy


