FluxBB\Core\CoreServiceProvider::registerLangNamespace PHP Method

registerLangNamespace() protected method

Register a localization namespace for the package.
protected registerLangNamespace ( ) : void
return void
    protected function registerLangNamespace()
    {
        $langPath = __DIR__ . '/../../lang';
        $this->loadTranslationsFrom($langPath, 'fluxbb');
    }