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

Localizing RadTreeView's TextDropAfter, TextDropBefore and TextDropIn Properties

2 Answers 43 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Richard H
Top achievements
Rank 1
Richard H asked on 14 Sep 2010, 02:00 AM
Currently, it appears there is no way to localize the RadTreeView's TextDropAfter, TextDropBefore and TextDropIn properties within XAML because these properties are not Dependency properties.

I am using a data binding approach to localization in my app that uses a custom ResourceManager class and would like to be able to bind these properties to properties on my ResourceManager class.

For example:
 
<telerikNavigation:RadTreeView ... TextDropIn="{Binding 
ModuleResources.TextDropIn, Source={StaticResource ResourceManager}}" ... />

Is there any plan to make these properties data-bindable in the future or are there any easy workarounds?

This problem makes it difficult to create a uniform localization strategy.

Thanks

2 Answers, 1 is accepted

Sort by
0
Accepted
Hristo
Telerik team
answered on 16 Sep 2010, 11:42 AM
Hi SWITCH,

 You are right! These were not dependency and I changed them to be dependency properties. You can download the latest internal build next Friday in order to use the changes. Also you can track the feature state in our PITS with following link - http://www.telerik.com/support/pits.aspx#/public/silverlight/3446

Please let us know if you need more help.

Regards,
Hristo Milyakov
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Richard H
Top achievements
Rank 1
answered on 17 Sep 2010, 06:40 AM
Excellent! This will really help! I'll look forward to that in the next drop of the controls!

It's always nice to see reported issues fixed so quickly!

Thanks again!
Tags
TreeView
Asked by
Richard H
Top achievements
Rank 1
Answers by
Hristo
Telerik team
Richard H
Top achievements
Rank 1
Share this question
or