This question is locked. New answers and comments are not allowed.
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:
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
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