ILocalesManagerLocale Method Ingeniux CMS Content Store API

Retrieves a locale, which can be either a standard ISO locale or a custom locale.

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

ILocale Locale(
	string regionCode
)

Parameters

regionCode
Type: SystemString
Region code of locale to retrieve

Return Value

Type: ILocale
Standard ISO or custom locale with matching region code. Returns null if region code doesn't exist in either collection.
See Also

Reference