method changeProjectLang documentation in bbn\Appui\Project
Change the value of the property i18n on the option of the project
function(string $lang)
{
if ($cfg = $this->options->getCfg($this->id)) {
$cfg['i18n'] = $lang;
$this->lang = $lang;
$success = $this->options->setCfg($this->id, $cfg);
$this->options->deleteCache($this->id, true);
return $success;
}
return false;
}
Change the value of the property i18n on the option of the project BBN is a suite of PHP and JS libraries and VueJS components - all open-source! bbn.io, build applications, the quick way
This website uses cookies to ensure you get the best experience on our website.
© 2011-2023
BBN Solutions