FluxBB\Core\CoreServiceProvider::registerLangNamespace PHP Метод

registerLangNamespace() защищенный Метод

Register a localization namespace for the package.
protected registerLangNamespace ( ) : void
Результат void
    protected function registerLangNamespace()
    {
        $langPath = __DIR__ . '/../../lang';
        $this->loadTranslationsFrom($langPath, 'fluxbb');
    }