Project

General

Profile

refresh after setLocale is partial.

Added by Ilya Nikulshin over 9 years ago

Hi,

I'm bulding my Wt project from your examples: "Hangman" and "Wt homepage".

When I'm changing locale from English to Russian, refresh is partial:

1. "Wt.Auth.user-name" remains English ("User name")

  1. Color "Wt.Auth.remember-me" changed to black.

After refreshing the page, those problems disappear.

Video:

https://drive.google.com/file/d/0By50NczJWxY2T2k0N3hISS16TzA/view?usp=sharing


Replies (2)

RE: refresh after setLocale is partial. - Added by Ilya Nikulshin over 9 years ago

Changing locale is done by connecting WComboBox::activated() to ... WApplication::setLocale()

RE: refresh after setLocale is partial. - Added by Koen Deforche over 9 years ago

Hey, I could reproduce this issue and have fixed it in my wt tree (it'll make the 3.3.4 release).

    (1-2/2)