joomla/language

Joomla Language Package

Package info

github.com/joomla-framework/language

Type:joomla-package

pkg:composer/joomla/language

Statistics

Installs: 176 491

Dependents: 12

Suggesters: 1

Stars: 4

Open Issues: 0

4.0.0 2025-07-23 19:48 UTC

Requires

Suggests

  • joomla/di: To use the Language ServiceProviderInterface objects, install joomla/di.

Provides

None

Conflicts

None

Replaces

None

GPL-2.0-or-later 371507d84103e9e7b48253e72b3bcc8d91cf5a63

frameworklanguagejoomla


README

👁 Latest Stable Version
👁 Total Downloads
👁 Latest Unstable Version
👁 License

The Language package provides an interface for managing internationalisation support and translations within an application.

Requirements

  • PHP 8.1 or later
  • Joomla String Package 1.3 or later

Installation

To install the package, you can simply run the following from the command line:

composer require joomla/language "~3.0"

If you want to include the test sources and docs, use

composer require --prefer-source joomla/language "~3.0"