ILocalesManagerCustomLocale Method
|
Retrieves a custom locale by its region code.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxICustomLocale CustomLocale(
string regionCode
)
Function CustomLocale (
regionCode As String
) As ICustomLocale
ICustomLocale^ CustomLocale(
String^ regionCode
)
abstract CustomLocale :
regionCode : string -> ICustomLocale Parameters
- regionCode String
- Region code of custom locale to retrieve.
Return Value
ICustomLocaleCustom locale with matching region code. Returns null if the region code doesn't exist.
See Also