Why does GWT ignore browser locale?

后端 未结 6 369
隐瞒了意图╮
隐瞒了意图╮ 2021-01-02 23:30

GWT gets locale from either the locale property or the locale query string. If neither is specified, it uses the \"default\" (ie en_US) locale.

6条回答
  •  感情败类
    2021-01-03 00:06

    If your entry page is a JSP you can inspect the request's Accept-Language header to dynamically set the locale.

提交回复
热议问题