LocalizationExtenderProvider::SetLanguage Method (Object^, CultureInfo^)

 

Sets the current resource culture for the specified object to the specified resource culture.

Namespace:   System.ComponentModel.Design
Assembly:  System.Design (in System.Design.dll)

public:
void SetLanguage(
	Object^ o,
	CultureInfo^ language
)

Parameters

o
Type: System::Object^

The base component to set the resource culture for.

language
Type: System.Globalization::CultureInfo^

A CultureInfo that indicates the resource culture to use.

.NET Framework
Available since 1.1
Return to top
Show: