"Text Direction: Right to Left Text"

Legacy UserLegacy User MemberPosts:0Newbie
edited May 2019 inHelp
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
text
to text but seems like it does not understand this. Can you please let me know if you encountered this issue before?



Cheers,
纳兹

Answers

  • Legacy UserLegacy User MemberPosts:0Newbie
    Fixed.


    description.setComponentOrientation(getComponentOrientation().RIGHT_TO_LEFT);


  • fischerfischer MemberPosts:439Maven
    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
Sign InorRegisterto comment.