I have a textview. I am getting arabic text from server to be shown in the textview. I need to justify the text. The text is justified with NSTextAlignmentJustified. For right to left languages like arabic, the last line in paragraph must be right aligned. But it is left aligned. Please explain how to make the last line right aligned.
Thanks for your help in advance