Click or drag to resize

ILocalesManagerNativeLocale Method


Retrieves a standard ISO locale.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
ILocale NativeLocale(
	string regionCode
)

Parameters

regionCode  String
Region code of the standard ISO locale to retrieve.

Return Value

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