Click or drag to resize
GlobalizedNameValueCollectionGetCultureName Method
Gets the name of the culture in the collection compatible with the given culture.

Namespace: Activsoft.Engine.Globalization
Assembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntax
public string GetCultureName(
	string cultureOrLanguage
)

Parameters

cultureOrLanguage
Type: SystemString
The culture or language.

Return Value

Type: String

[Missing <returns> documentation for "M:Activsoft.Engine.Globalization.GlobalizedNameValueCollection.GetCultureName(System.String)"]

See Also