浏览代码

add todo: ui.window.locale

/main
xingwei.zhu 6 年前
当前提交
6e7bb564
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2
      Runtime/widgets/app.cs

2
Runtime/widgets/app.cs


public override void initState() {
base.initState();
this._updateNavigator();
//todo: xingwei.zhu: change the default locale to ui.Window.locale
this._locale =
this._resolveLocales(new List<Locale> {new Locale("en", "US")}, this.widget.supportedLocales);

正在加载...
取消
保存