listLanguages()
Overview
public array function listLanguages(
boolean includeDefault = true
)
Returns an array of actively supported languages. Each language is represented as a struct with id, name, native_name, iso_code and default keys
Arguments
Name | Type | Required | Description |
---|---|---|---|
includeDefault | boolean | No (default=true) | Whether or not to include the default language in the array |