The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Specify "rapidminer.init.locale.{language,country,variant}"
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
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
0
Answers
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