Click or drag to resize

Localized Class

Provides Attached Properties to enable localization in controls.

Existing text are overridden.

Supported controls:

(UWP) TextBlock, TextBox, ComboBox, ButtonBase, ContentControl

(WPF) TextBlock, HeaderedContentControl, HeaderedItemsControl, GridViewColumn, ContentControl

(Both) All tooltips and also controls with a Title property.

Inheritance Hierarchy
SystemObject
  Cauldron.XAML.InteractivityLocalized

Namespace:  Cauldron.XAML.Interactivity
Assembly:  Cauldron.Win32.WPF (in Cauldron.Win32.WPF.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public static class Localized

The Localized type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetLocalizedText
Gets the value of LocalizedText
Public methodStatic memberGetText
Gets the value of Text
Public methodStatic memberGetToolTip
Gets the value of ToolTipProperty
Public methodStatic memberSetLocalizedText
Sets the value of the LocalizedText attached property
Public methodStatic memberSetText
Sets the value of the Text attached property
Public methodStatic memberSetToolTip
Sets the value of the ToolTipProperty attached property
Top
Fields
  NameDescription
Public fieldStatic memberLocalizedTextProperty
Identifies the LocalizedText dependency property
Public fieldStatic memberTextProperty
Identifies the Text dependency property
Public fieldStatic memberToolTipProperty
Identifies the ToolTipProperty dependency property
Top
Attached Properties
  NameDescription
Public attached propertyLocalizedText
Identifies the LocalizedText dependency property
Public attached propertyText
Identifies the Text dependency property
Public attached propertyToolTip
Identifies the ToolTipProperty dependency property
Top
See Also