BamlLocalizer Class
Extracts resources from a BAML file and generates a localized version of a BAML source.
Assembly: PresentationFramework (in PresentationFramework.dll)
| Name | Description | |
|---|---|---|
![]() | BamlLocalizer(Stream^) | Initializes a new instance of the BamlLocalizer class with the specified BAML source stream. |
![]() | BamlLocalizer(Stream^, BamlLocalizabilityResolver^) | Initializes a new instance of the BamlLocalizer class with the specified localizability resolver and BAML source stream. |
![]() | BamlLocalizer(Stream^, BamlLocalizabilityResolver^, TextReader^) | Initializes a new instance of the BamlLocalizer class with the specified localizability resolver, BAML source stream, and TextReader. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | ExtractResources() | Extracts all localizable resources from a BAML stream. |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | OnErrorNotify(BamlLocalizerErrorNotifyEventArgs^) | Raises the ErrorNotify event. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
![]() | UpdateBaml(Stream^, BamlLocalizationDictionary^) | Applies resource updates to the BAML source and writes the updated version to a specified stream in order to create a localized version of the source BAML. |
| Name | Description | |
|---|---|---|
![]() | ErrorNotify | Occurs when the BamlLocalizer encounters abnormal conditions. |
This class is the primary entry point to the BAML localization API. You must create an instance of this class for each BAML source that you localize.
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


