I am using the RibbonCommand classes to specify the text, image, and tool tip descriptions for my commands in my application.
I'd like to handle localization as our application has to handle many languages. What is the best way to handle getting the right string into each of the commands. Most of the WPF localization information I find refers to localizing the xaml but in this case all the strings are specified in C#.
I'd like to handle localization as our application has to handle many languages. What is the best way to handle getting the right string into each of the commands. Most of the WPF localization information I find refers to localizing the xaml but in this case all the strings are specified in C#.