Kirby 2 Docs
❌ Kirby 2 has reached its end of life. Migrate to a current version and
upgrade your v2 license now
.
$language->locale()
Returns the locale string
return
(string)
Example
<?= $site->language('en')->locale() ?>
↑
Cheat Sheet overview
←
$language->host()
→
$language->name()
↓
Back to Cheat Sheet section
Top