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

Resources Key

2 Answers 55 Views
OutlookBar
This is a migrated thread and some comments may be shown as answers.
Ubuntu
Top achievements
Rank 1
Ubuntu asked on 22 Dec 2012, 03:02 PM
Dear All,
    Where are the resources keys for RadoutlookBar located ?!!
    I need to change the tooltip for the splitters on the control for different text, can anyone help on this please?

Best regards

2 Answers, 1 is accepted

Sort by
0
Accepted
Pavel R. Pavlov
Telerik team
answered on 24 Dec 2012, 02:12 PM
Hello,

Can you please check this forum thread out and see if it answers your question?

Greetings,
Pavel R. Pavlov
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Ubuntu
Top achievements
Rank 1
answered on 28 Dec 2012, 10:43 PM
Dear Pavel,
    Your link was excellent, except that I when I add the resource manager for the OutlookBar the grid resource is overwritten:
    
// For RadGridView
((ResourceWrapper)Application.Current.Resources["ResourceWrapper"]).GridViewResources = new GridViewResources();
LocalizationManager.Manager = new LocalizationManager { ResourceManager = GridViewResources.ResourceManager };
 
// For RadOutlookBar
((ResourceWrapper)Application.Current.Resources["ResourceWrapper"]).RadOutlookBarResources = new RadOutlookBarResources();
LocalizationManager.Manager = new LocalizationManager { ResourceManager = RadOutlookBarResources.ResourceManager };

    How can I have more than resource manager for different telerik localized controls?

Best regards
Tags
OutlookBar
Asked by
Ubuntu
Top achievements
Rank 1
Answers by
Pavel R. Pavlov
Telerik team
Ubuntu
Top achievements
Rank 1
Share this question
or