LocalizationExtenderProvider::GetLoadLanguage Method (Object^)

 

Gets the default resource culture to use when initializing the values of a localized object at design time.

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

public:
[BrowsableAttribute(false)]
CultureInfo^ GetLoadLanguage(
	Object^ o
)

Parameters

o
Type: System::Object^

The object to get the resource culture for.

Return Value

Type: System.Globalization::CultureInfo^

A CultureInfo indicating the resource culture to use to initialize the values of the specified object.

.NET Framework
Available since 1.1
Return to top
Show: