LocalizationCategory Enumeration
.NET Framework 3.0
Specifies the category value of a LocalizabilityAttribute for a binary XAML (BAML) class or class member.
Namespace: System.Windows
Assembly: PresentationCore (in presentationcore.dll)
XML Namespace: http://schemas.microsoft.com/winfx/2006/xaml/presentation
Assembly: PresentationCore (in presentationcore.dll)
XML Namespace: http://schemas.microsoft.com/winfx/2006/xaml/presentation
| Member name | Description | |
|---|---|---|
| Button | A Button or related control. | |
| CheckBox | A CheckBox or related control. | |
| ComboBox | A ComboBox or related control such as ComboBoxItem. | |
| Font | Font-related data such as font name, style, or size. | |
| Hyperlink | A Hyperlink or related control. | |
| Ignore | Do not localize this resource. This does not apply to any child nodes that might exist. | |
| Inherit | Inherits its category from a parent node. | |
| Label | A Label or related control. | |
| ListBox | A ListBox or related control such as ListBoxItem. | |
| Menu | A Menu or related control such as MenuItem. | |
| NeverLocalize | Do not localize this resource, or any child nodes whose category is set to Inherit. | |
| None | Resource does not belong to a standard category. | |
| RadioButton | A RadioButton or related control. | |
| Text | For a lengthy piece of text. | |
| TextFlow | For panels that can contain text. | |
| Title | For a single line of text, such as text used for a title. | |
| ToolTip | A ToolTip or related control. | |
| XmlData | XML data. |
A LocalizabilityAttribute attribute can be applied to a class, property, or method.
For more information on how to use localization attributes, see Localization Attributes and Comments.
The following code example shows the category value of a LocalizabilityAttribute defined for a button.
<!-- Define localization attributes for the button. - The content is visible to the localizer and can be changed. - The font family property is visible to the localizer but cannot be changed. --> <Button FontFamily="Microsoft San Serif" Localization.Attributes= "$Content(Button Readable Modifiable) FontFamily(Font Readable Unmodifiable)" > your company name here </Button>
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: