System.Windows.Markup.Localizer Namespace
.NET Framework 3.0
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 binary XAML (BAML) stream. |
![]() | BamlLocalizableResourceKey | Represents a key for a BamlLocalizableResource that is used to identify localizable resources. |
![]() | BamlLocalizationDictionary | Contains all the localizable resources in a binary XAML (BAML) record. |
![]() | BamlLocalizationDictionaryEnumerator | Defines an enumerator that can iterate the content of a BamlLocalizationDictionary object. |
![]() | BamlLocalizer | Extracts resources from a binary XAML (BAML) file and generates a localized version of a BAML source. |
![]() | BamlLocalizerErrorNotifyEventArgs | Required arguments for the ErrorNotify event. |
![]() | ElementLocalizability | Represents localizability settings for an element in binary XAML (BAML). |
| Delegate | Description | |
|---|---|---|
![]() | BamlLocalizerErrorNotifyEventHandler | Represents the method that handles the ErrorNotify event. |
| Enumeration | Description | |
|---|---|---|
![]() | BamlLocalizerError | Specifies error conditions that may be encountered by the BamlLocalizer. |
Community Additions
ADD
Show:


