开发者

How to Use text in Arabic in Iphone App

开发者 https://www.devze.com 2023-02-17 22:10 出处:网络
I want To Know that how we can use text as arabic in iphone applications and how we can 开发者_开发问答create code . And also how we can show text in arabic on uilabel or uitextview.It\'s definitely p

I want To Know that how we can use text as arabic in iphone applications and how we can 开发者_开发问答create code . And also how we can show text in arabic on uilabel or uitextview.


It's definitely possible to write

yourLabel.text = @"إعدادات"; // "Settings"

iOS supports arabic language since 3.0.

You'll have to manage text alignments yourself if you want to display right-to-left text.

0

精彩评论

暂无评论...
验证码 换一张
取 消