Specify "rapidminer.init.locale.{language,country,variant}"

ui3o
ui3o New Altair Community Member
edited November 5 in Community Q&A
Hi,

where can I configure the locale to German as described on http://rapid-i.com/wiki/index.php?title=System_Properties

Want to change the decimal delimiter from "." to ",".

I am sure, that's an trivial one, but I couldn't solve it so far. Thx for help?

Greetings,


ui3o
Tagged:

Answers

  • land
    land New Altair Community Member
    Well,
    not really...Unfortunately the default locale is overwritten during startup. This is a dirty hack, but we had to keep it because of compatibility reasons. Until we have identified all code, that would be affected and replaced it with a proper handling, it will stay this way.
    But if you init RapidMiner from your own code, you could probably overwrite the default locale again with the setter method. But keep in mind, we kept it not without reason: Some ugly things might happen...

    Greetings,
      Sebastian