ILocalesManagerNativeLocale Method
|
Retrieves a standard ISO locale.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxILocale NativeLocale(
string regionCode
)
Function NativeLocale (
regionCode As String
) As ILocale
ILocale^ NativeLocale(
String^ regionCode
)
abstract NativeLocale :
regionCode : string -> ILocale Parameters
- regionCode String
- Region code of the standard ISO locale to retrieve.
Return Value
ILocaleStandard ISO locale with matching region code. Returns null if the region code doesn't exist.
See Also