CultureInfoConverter::GetCultureName Method (CultureInfo^)

.NET Framework (current version)
 

Retrieves the name of the specified culture.

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

protected:
virtual String^ GetCultureName(
	CultureInfo^ culture
)

Parameters

culture
Type: System.Globalization::CultureInfo^

A CultureInfo that specifies the culture to get the name for.

Return Value

Type: System::String^

The name of the specified culture.

.NET Framework
Available since 4.0
Return to top
Show: