This documentation is archived and is not being maintained.
BamlLocalizer Class
Visual Studio 2010
Extracts resources from a BAML file and generates a localized version of a BAML source.
Assembly: PresentationFramework (in PresentationFramework.dll)
The BamlLocalizer type exposes the following members.
| 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 a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | OnErrorNotify | Raises the ErrorNotify event. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | UpdateBaml | 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. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
