<?php
use Bubu\Lang\Lang;
// Setup new translation
$trad = [
'hello' => [
Lang::FR => 'Bonjour',
Lang::EN => 'Hello'
],
'how' => [
Lang::FR => 'Comment'
]
];
Lang::registre($trad);
// Change default lang
Lang::setLang(Lang::FR);
// Get translation
echo Lang::get('hello');
-
Notifications
You must be signed in to change notification settings - Fork 0
Lang part's of Bubu Framework
License
bubu-framework/lang
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Lang part's of Bubu Framework
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published