Click or drag to resize
GlobalizedNameValueCollectionGetCulture Method
Gets the inner NameValueCollection for the given language.

Namespace: Activsoft.Engine.Globalization
Assembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntax
protected NameValueCollection GetCulture(
	string cultureOrLanguage
)

Parameters

cultureOrLanguage
Type: SystemString
The language.

Return Value

Type: NameValueCollection

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

See Also