This is a migrated thread and some comments may be shown as answers.

label property localizable

3 Answers 54 Views
Input
This is a migrated thread and some comments may be shown as answers.
I. Breukink
Top achievements
Rank 1
I. Breukink asked on 09 Dec 2008, 10:20 AM
I'm working with a multilingual application and have problems of localizing the label property. According to the provider of the translation software (jollans.com), the problem is that the label-property has localizable(false), while the text-property has localizable(true), which works. How can i solve this, so the label property can be localizable as well?

Thanks!

3 Answers, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 11 Dec 2008, 02:58 PM
Hello,

We fixed the problem and fix will be available in the next service pack.

Kind regards,
Vlad
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Nils C.
Top achievements
Rank 1
answered on 30 Jul 2012, 10:40 AM
Hi,

i have the same problem. I am working on a complete localization of my project, only problem is the label of radtexbox, radcombobox and all other telerik controls with a label property. Why is the label property set to  localizable false?

Greets 


0
Vasil
Telerik team
answered on 01 Aug 2012, 06:59 AM
Hello Greets,

Here is the declaration of Label property, and it is marked as localizable:
        [Category("Appearance")]
        [DefaultValue("")]
        [Themeable(true)]
        [NotifyParentProperty(true)]
        [Description("The label of the control.")]
        [Localizable(true)]
        public virtual String Label
{
//......
}


All the best,
Vasil
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Input
Asked by
I. Breukink
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Nils C.
Top achievements
Rank 1
Vasil
Telerik team
Share this question
or