🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

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

User: "ui3o"
New Altair Community Member
Updated by Jocelyn
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

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "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