Localization

Ribbon for WPF Forum

Posted 15 years ago by Nicolas Teeuwen
Version: 9.1.0505
Avatar
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#.

Comments (1)

Posted 14 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Nicolas,

You could probably use the VS project's string resources feature (Resources.resx) and make culture-specific versions. Some info on that here:
http://www.west-wind.com/WebLog/posts/786470.aspx

It's hard to find a lot of good resources on the subject though.


Actipro Software Support

The latest build of this product (v24.1.2) was released 2 days ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.