| [news.eclipse.technology.babel] Re: Is it possible to get the dates/time in a specific locale but not the translations from that locale? |
Most Eclipse project calls ICU4J and Java APIs to get time and date info. If you launch Eclipse with no language pack installed with "-nl de" option (no quotes), Eclipse will use German time and date info.
Yes, but all plugins who bring in their own localization will be in German then, so I have a nice mixture of english and german then...
Thanks, Wolfgang