System.Windows.Markup.Localizer Namespace
.NET Framework 4.5
Provides types that assist in the localization of binary XAML (BAML) sources.
| Class | Description | |
|---|---|---|
|
BamlLocalizabilityResolver | Resolves localizable settings for classes and properties in binary XAML (BAML). |
|
BamlLocalizableResource | Represents a localizable resource in a BAML stream. |
|
BamlLocalizableResourceKey | Represents a key that is used to identify localizable resources in a BamlLocalizationDictionary. |
|
BamlLocalizationDictionary | Contains all the localizable resources in a BAML record. |
|
BamlLocalizationDictionaryEnumerator | Defines a specialized enumerator that can enumerate over the content of a BamlLocalizationDictionary object. |
|
BamlLocalizer | Extracts resources from a BAML file and generates a localized version of a BAML source. |
|
BamlLocalizerErrorNotifyEventArgs | Provides required event data for the ErrorNotify event. |
|
ElementLocalizability | Represents localizability settings for an element in BAML. |
| Delegate | Description | |
|---|---|---|
|
BamlLocalizerErrorNotifyEventHandler | Represents the method that will handle the BamlLocalizer.ErrorNotify event. |
| Enumeration | Description | |
|---|---|---|
|
BamlLocalizerError | Specifies error conditions that may be encountered by the BamlLocalizer. |