wt
wt copied to clipboard
Fixed WFormWidget placeholder not updating on locale change
I found that the placeholder text of a WLineEdit widget, that was set by WLineEdit::setPlaceholderText(WString::tr("...")) does not update when changing the WApplication's locale, as described in Issue 11156.
This pull request contains a proposed fix for that issue.