我正在使用这个: https ://github.com/archer96/ng-i18next
我只能在选项中获得语言(如果设置):
console.log("language: " + $i18next.options.lng);
您如何获得当前语言?文档说: i18n.lng() 返回当前 lng。
但在角度 $i18next.lng() 的上下文中不存在。
我也试过:
console.log("language: " + $i18next.lang);
console.log("language: " + $i18next.language );
console.log("language: " + $i18next.lng);