LocalizationExtenderProvider::GetLanguage Method (Object^)

 

Gets the current resource culture for the specified object.

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

public:
CultureInfo^ GetLanguage(
	Object^ o
)

Parameters

o
Type: System::Object^

The object to get the current resource culture for.

Return Value

Type: System.Globalization::CultureInfo^

A CultureInfo indicating the resource variety.

This method returns the current resource culture used to access resource data for the specified object.

.NET Framework
Available since 1.1
Return to top
Show: