Click or drag to resize

ILocalesManagerCustomLocale Method


Retrieves a custom locale by its region code.

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

Parameters

regionCode  String
Region code of custom locale to retrieve.

Return Value

ICustomLocale
Custom locale with matching region code. Returns null if the region code doesn't exist.
See Also