| Summary: | RWT NLS mechansim broken? | ||
|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Holger Staudacher <holger.staudacher> |
| Component: | RWT | Assignee: | Project Inbox <rap-inbox> |
| Status: | RESOLVED INVALID | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 1.5 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Mac OS X - Carbon (unsup.) | ||
| Whiteboard: | |||
|
Description
Holger Staudacher
Let me guess: the default locale of your VM is German. In this case, it falls back to German, not English. System.out.println(Locale.getDefault()); results in en_US I observed this behaviour during two RAP courses. So, if this work for you maybe they had the default locale seted to german. Just tested with the RMS demo and the NLS is working for me. Specifying a missing locale fallback to default (which is English in my case). Holger, I will close it as invalid. Please reopen it if you reproduce it again. |