1

I want to develop ios app which support multi language, country wise.

So when app will supporting English language, its design should be left to right and when app will supporting arabic language for example then, design/text should be right to left.

So any body has any idea for this functionality? Or we need to manage it programmatically manage?

Thanks,

Hardik Shah

4

1 回答 1

2

正如 Mike Weller 在他的评论中提到的,Autolayout 应该这样做:

https://developer.apple.com/library/mac/#documentation/UserExperience/Conceptual/AutolayoutPG/Articles/Introduction.html#//apple_ref/doc/uid/TP40010853-CH1-SW1

“你甚至不必为像希伯来语和阿拉伯语这样的语言指定新的布局,其中元素本身的从左到右的顺序通常应该颠倒过来。”

这个问题似乎已经回答过几次了,包括这里:

在同一个应用程序中从右到左和从左到右的语言?

在这里确定语言应该是哪个方向:

iOS:确定设备语言是否为从右到左 (RTL)

于 2013-07-26T14:59:27.367 回答