0

I want to type in Arabic in Xcode. But I can't copy paste in the Xcode properly in right to left direction.

Please help me out.

Thanks in advance.

Arpan
  • 3
  • 3

1 Answers1

0

I'm not sure if Xcode supports right-to-left scripts (to be honest, I'd be surprised if it did).

If you require string constants that contain Arabic text, you should probably store them in a .strings file and load them at runtime.

Rob Keniger
  • 45,830
  • 6
  • 101
  • 134