Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Elegant Ribbon Tech Support » screentips are not localizable? Collapse All
Subject Author Date
Victor Derevyanko Sep 25, 2008 - 9:58 PM

Hello
We are developing a multilanguage application using Elegant Ribbon 3.1. The property "Localizable" is set to true in all forms in our project. Main form contains Ribbon control with several elegant ribbon’s buttons. We found, that designer stores values of "Text" property of all buttons in the FormaMain.resx file, in a such way:


<data name="button5.Text" xml:space="preserve">
<value>Select database</value>
</data>


So, there are not problems with localization of the button’s text - it’s enought to substitute a resources file with translated text.
On the contrary, the values of ScreenTip.Text properties are stored in FormMain.designer.cs file as


this.button5.Name = "button5";
this.button5.ScreenTip.Text = "Switch to another database";
this.button5.SmallImages.Images.AddRange(new Elegant.Ui.ControlImage[] {


It looks, like it’s not possible to localize text of tooltips using standard way through resources. Is it a bug or feature? Are you planing to change anything in the next versions of Elegant Ribbon?

Thanks in advance

Jens Schollenbruch Mar 27, 2009 - 5:53 AM

Hi,


but when will there be a new Version, because we have to ship our Software very soon (in different languages)


Thanks

Technical Support Mar 30, 2009 - 4:00 AM

We plan to release a new version in late April or May. If you need the bug fix, please contact us via email so we can tell us how you can download it.

Technical Support Nov 10, 2008 - 11:58 AM

Thank you. The fix will be available in the next version

Technical Support Sep 27, 2008 - 5:12 AM

Thank you for reporting this bug. It will be fixed in the next release.

Victor Derevyanko Nov 9, 2008 - 8:12 PM

Hello

I have found the same problem with localization of LabelText.
It’s really convenient to have a possibility to specify label for textbox, combobox and other controls directly in their properties, but it’s very inconvenient that this labels are not localizable.

Hope, you will fix this problem in the next releases of the library

Thanks in advance