通过config.set转换BACK按钮不会转换文本

时间:2019-03-26 16:43:58

标签: ionic3

我在app.component.cs中设置了以下内容:

this.config.set('ios', 'backButtonText', this.translate.instant('BACK_BUTTON_TEXT'));

也在我的app.module.ts中:

  IonicModule.forRoot(MyApp, {
  tabsHideOnSubPages: true,
  backButtonText: ''
})

问题是后退按钮默认显示BACK_BUTTON_TEXT而不是翻译后的文本

0 个答案:

没有答案