'php8', 'css' => ['php8.css'], 'meta_tags' => << META ]); } function language_chooser(string $currentLang): void { $LANGUAGES = [ 'en' => 'English', 'de' => 'Deutsch', 'es' => 'Español', 'fr' => 'Français', 'it' => 'Italiano', 'ja' => '日本語', 'nl' => 'Nederlands', 'pt_BR' => 'Português do Brasil', 'ru' => 'Русский', 'tr' => 'Türkçe', 'zh' => '简体中文', 'ka' => 'ქართული', ]; // Print out the form with all the options echo '
'; }