In This Article

Localization

All strings that are displayed in the user interface can be customized and localized.

String Resources

Many controls utilize built-in strings as part of their presentation, and these strings are defined as resources which can be customized.

Docking & MDI string resources are customized using the ActiproSoftware.Properties.Docking.SR class and an enumeration of available resource names is available using ActiproSoftware.Properties.Docking.SRName.

The following example demonstrates how one might customize the UIToolWindowContainerToggleAutoHideButtonText string resource:

ActiproSoftware.Properties.Docking.SR.SetCustomString(ActiproSoftware.Properties.Docking.SRName.UIToolWindowContainerToggleAutoHideButtonText, "Hide");

See the Customizing String Resources topic for additional details.