Localization of Context Menu

Docking/MDI for WPF Forum

Posted 16 years ago by Matthias Mueller
Avatar
How can I localize the context menu ("Floating", "Dockable", etc.)?

-Matthias

Comments (5)

Posted 16 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
All UI text is fully localizable using the standard way we describe in the WPF Studio documentation under "Customizing String Resources" for our other products. There is an SR class that has methods for customizing any string you see.


Actipro Software Support

Posted 16 years ago by Matthias Mueller
Avatar
When I want to check this out, how can I run the MainControl?

Simply adding it to a new project results in an error complaining about:

Error 1 The type or namespace name 'SampleBrowser' does not exist in the namespace 'ActiproSoftware.Windows' (are you missing an assembly reference?)
Error 2 The tag 'RichTextBox' does not exist in XML namespace 'clr-namespace:ActiproSoftware.Windows.SampleBrowser'. Line 270 Position 11.

-Matthias
Posted 16 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
That is the RichTextBox from our WPF Studio Sample Browser project. You can either copy it from there or alternatively just replace it with a normal RichTextBox for demo purposes.


Actipro Software Support

Posted 16 years ago by Matthias Mueller
Avatar
and how about all the missing pngs?

-Matthias
Posted 16 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Per your other suggestion we'll try and get those in a fully compilable sample project for the next beta build.


Actipro Software Support

The latest build of this product (v24.1.1) was released 1 month ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.