I am using HTMLLabel class to display html content [string with some attributes for subparts (e.g. bold ,italic and color)].I have faced some problems like \n
should be replaced <br/>
when appending to the content of the HTMLLabel -__- but over all every thing worked just fine until I tried to write RTL language in the html file.. The result was not expected as words are shown swapped. for example :
{السلام عليكم والرحمة } is shown like this : {الرحمة و عليكم السلام }
I have posted the issue in the HTMLLabel page in GitHup..
Any help is extremely appreciated..
EDIT:
The result I am getting from the server is a list of strings like :
"السلام عليكم <b>والرحمة</b>
"
NOT an HTML File!