"Text Direction: Right to Left Text"
Legacy User
New Altair Community Member
Hello everybody,
I am trying to translate Operator's Info to persian text, So i need to change the text direction to right to left. I tried adding <div style="direction:RTL"> text </div> to text but seems like it does not understand this. Can you please let me know if you encountered this issue before?
Cheers,
Naz
I am trying to translate Operator's Info to persian text, So i need to change the text direction to right to left. I tried adding <div style="direction:RTL"> text </div> to text but seems like it does not understand this. Can you please let me know if you encountered this issue before?
Cheers,
Naz
Tagged:
0
Answers
-
Fixed.
description.setComponentOrientation(getComponentOrientation().RIGHT_TO_LEFT);
0 -
Rapid Miner 5.0 will have internationalization support using the regular Java I18N API, so that will become much easier. So long, your workaround will do the job.
Cheers,
Simon
0