$language->url()
Returns the absolute Url for the language
$language->url(): string
Return type
string
This method modifies the existing $language
object it is applied to and returns it again.
Parent class
Examples
<?= $site->language('en')->url() ?>