refresh after setLocale is partial.
Added by Ilya Nikulshin about 10 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")
- 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 about 10 years ago
Changing locale is done by connecting WComboBox::activated() to ... WApplication::setLocale()
RE: refresh after setLocale is partial. - Added by Koen Deforche about 10 years ago
Hey, I could reproduce this issue and have fixed it in my wt tree (it'll make the 3.3.4 release).