Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1365
Customize resource strings on single instance
posted

We have some code that changes the following resource strings:

Infragistics.Windows.DockManager.Resources.Customizer.SetCustomizedString("CloseAllButThisPaneMenuItem", "Delete All But This");
Infragistics.Windows.DockManager.Resources.Customizer.SetCustomizedString("CloseButtonToolTip", "Delete Current Scenario");
Infragistics.Windows.DockManager.Resources.Customizer.SetCustomizedString("ClosePaneMenuItem", "Delete Current Scenario");
Infragistics.Windows.DockManager.Resources.Customizer.SetCustomizedString("PositionMenuToolTip", "Scenario List");

This works great, but we want to use the XamDockManager in another context where these strings would not make sense.  How can I set these for a particular instance, preferrably in XAML?

Using v16.1, most recent service release.