CodeDomLocalizationProvider Class
Provides CodeDOM resource serialization services. This class cannot be inherited.
Assembly: System.Design (in System.Design.dll)
| Name | Description | |
|---|---|---|
![]() | CodeDomLocalizationProvider(IServiceProvider^, CodeDomLocalizationModel) | Initializes a new instance of the CodeDomLocalizationProvider class. |
![]() | CodeDomLocalizationProvider(IServiceProvider^, CodeDomLocalizationModel, array<CultureInfo^>^) | Initializes a new instance of the CodeDomLocalizationProvider class. |
| Name | Description | |
|---|---|---|
![]() | Dispose() | Releases all resources used by the CodeDomLocalizationProvider. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IDesignerSerializationProvider::GetSerializer(IDesignerSerializationManager^, Object^, Type^, Type^) | For a description of this member, see GetSerializer. |
The CodeDomLocalizationProvider class is a serialization provider that provides a localization feature. It supports serializing to resources through IResourceService, and it adds two properties to the root component: Language and Localizable. If Localizable is set to true, this provider changes the way that component properties are generated and routes their values to a resource file. Two localization models are supported.
You can control the cultures that are offered and the style of localization with constructor parameters.
Available since 2.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.


