Message 1 of 2
Localizing the ribbon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm adding a ribbon tab for our application. To take full advantage of the ribbon's features, I want to use text, but it will need to be localized to a specific language. I was wondering what the best method would be to do this.
Some options I can think of:
a. Create a different partial CUIX file for each language and load the appropriate one.
b. Create the ribbon programmatically at run time, using a language specific resource dll with a string table.
Anyone know what the accepted practice is for this? Is there a better option?
Some options I can think of:
a. Create a different partial CUIX file for each language and load the appropriate one.
b. Create the ribbon programmatically at run time, using a language specific resource dll with a string table.
Anyone know what the accepted practice is for this? Is there a better option?