LocalizationExtenderProvider Constructor (ISite^, IComponent^)
.NET Framework (current version)
Initializes a new instance of the LocalizationExtenderProvider class using the specified service provider and base component.
Assembly: System.Design (in System.Design.dll)
Parameters
- serviceProvider
-
Type:
System.ComponentModel::ISite^
A service provider for the specified component.
- baseComponent
-
Type:
System.ComponentModel::IComponent^
The base component to localize.
By default, a new LocalizationExtenderProvider sets the current language to InvariantCulture, which is the generic and default language resource setting. This setting causes a designer to generate code that references the generic language resource. You can create other CultureInfo objects to represent and identify other localized resource data that a program can use at run time.
The following code example creates a new LocalizationExtenderProvider object.
.NET Framework
Available since 1.1
Available since 1.1
Show: