ILocalesManagerNativeLocales Method
|
Gets all standard ISO locales.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax IEnumerable<ILocale> NativeLocales()
Function NativeLocales As IEnumerable(Of ILocale)
IEnumerable<ILocale^>^ NativeLocales()
abstract NativeLocales : unit -> IEnumerable<ILocale>
Return Value
Type:
IEnumerableILocaleCollection of standard ISO locales.
See Also