ILocalesManagerNativeLocale Method Ingeniux CMS Content Store API

Retrieves a standard ISO locale.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

ILocale NativeLocale(
	string regionCode
)

Parameters

regionCode
Type: SystemString
Region code of the standard ISO locale to retrieve.

Return Value

Type: ILocale
Standard ISO locale with matching region code. Returns null if the region code doesn't exist.
See Also

Reference