How can I use system defined regional number format settings for an eclipse RCP application?

36 Views Asked by At

My system's default region is nl_BE and I want my RCP applcation to use the region's number format settings defined at the OS level. How can I get my RCP app to read the system specific settings ?

I tried launching the application with vm arg -nl nl_BE but it takes '.' as a thousand grouper and not space/' ' (which is defined in the system region settings at os level.

0

There are 0 best solutions below