I applied Language Localization in my iOS application. So, now the user can install the Arabic language in my iPad application.
I get a localized string response from the server, and now I want to set this localized string to mine UILabelin right-to-left format using Right Alignment .
Update:
My server response is already in RTL format. Now I just wanted to set the alignment of the text to the right when I have Arabic text in UILabel.
Now I have to write code to set UILabellanguage-based alignment .
So, I just want to know if there is any property for UILabelsetting that I can make the text UILabelRight Aligned in the case of the Arabic language.
source
share