How do I change my applications default language within my application? I am trying to change my applications language to Arabic, and I’m not sure how to accomplish this.
How do I change my applications default language within my application? I am trying
Share
There is a way:
First make a different folder named as
ar.lprojand putlocalizable.StringMay following sample code help you. You can call this function in
viewWillAppearwith the key for which you need to get value.Hope you will understand the concept.