The Language package provides an interface for managing internationalisation support and translations within an application.
- PHP 8.3 or later
- Joomla String Package 4 or later
To install the package, you can simply run the following from the command line:
composer require joomla/language "~4.0"If you want to include the test sources and docs, use
composer require --prefer-source joomla/language "~4.0"