Theme Objects
Locales Array
Explore the structure and usage of the Locales array in Aikeedo themes for managing multiple language settings.
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.