ILocalesManagerLocale Method
|
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: 10.6.308
Syntax ILocale Locale(
string regionCode
)
Function Locale (
regionCode As String
) As ILocale
ILocale^ Locale(
String^ regionCode
)
abstract Locale :
regionCode : string -> ILocale
Parameters
- regionCode
- Type: SystemString
Region code of locale to retrieve
Return Value
Type:
ILocaleStandard ISO or custom locale with matching region code. Returns null if region code doesn't exist in either collection.
See Also