getCurrentLanguage() . "\n"; echo "Translation test: " . $translation->translate('nav_home') . "\n"; } catch (Exception $e) { echo "Exception: " . $e->getMessage() . "\n"; } echo "\n=== Debug Complete ===\n"; ?>