Community
Participate
Working Groups
Build Identifier: org.eclipse.rap.ui.forms_1.3.1.20100915-2301 The MessageManager class has some summarizing texts like '1 error detected'. Those texts are only displayed in the locale of to system language. If the RWT locale is set to an other language like 'de' or 'fr' these summarizing texts are not displayed in the according language. Reproducible: Always Steps to Reproduce: Set the RWT locale to an other locale than the systems locale. The summarizing text is still in the systems locale
The message bundle in the forms plug-in (internal.forms.Messages) is currently not multi-user enabled.
Created attachment 187265 [details] Proposed fix
(In reply to comment #2) > Created attachment 187265 [details] > Proposed fix Is there anything that prevents the patch from being applied?
Our initial idea was to apply the patch after the Forms update (see bug 332286). But as we decided to postpone this update it's ok to apply the patch now. Patch is in CVS HEAD.