Is there a way to get the default language set in Admin -> General Configuration in an add-on(module, extension, plugin)?
これは設定項目なので、Configオブジェクトを使用して取得できます。
ee()->config->item('deft_lang');
ee() - > config-> item( 'language')