The locales array provides access to all available language and region configurations in the system. This array contains multiple Locale objects, each representing a specific language-region combination.

Availability

The locales array is globally available throughout the Aikeedo system. It can be accessed in theme templates, components, and other contexts where information about all supported languages is needed. This array is particularly useful for implementing language selection features or displaying available language options to users.

locales
array<Locale>
required

The array of locales available in the system. Each element is a Locale object.