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