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