Hello,
I use a DoubleEditBox and when I'm not binded "No value" is displayed.
How can I translate it ?
Thank you
Stéphane.
Hello,
I use a DoubleEditBox and when I'm not binded "No value" is displayed.
How can I translate it ?
Thank you
Stéphane.
Hello, that is a string resource. You can see it in the String Resource Browser in the Sample Browser and can generate code there to programmatically change it per instructions in the documentation on string resources.
Hello,
I tried to use this but it has no effect in my project... ?
ActiproSoftware.Products.Editors.SR.SetCustomString(ActiproSoftware.Products.Editors.SRName.UIDoubleEditBoxHint.ToString(), "TEST");
Stéphane
Hi, I tried that line and it worked fine for me. Make sure you set it before any UI is loaded, such as one of the first things in your Application.OnStartup method.
Thank you for the answer.
I put the line before "InitializeComponent();" and now it works.
Stéphane
Please log in to a validated account to post comments.