我正在开发一套可分享由投递者档案的范例。 现在我的问题是,我有许多文件,有<代码>txt>格式,有文件夹克的申请。 档案中储存的数据类似:
"Name" = "standard" || "معيار" ; "Price" = "$25.0" || "$ 25،0" ;
Now Name = "Standard"
in English and other one is in Arabic language separated by the pipeline. Now my question is how to display Arabic text in label in my application using Localization. I know how to perform localization in the application by making "en" ad "ar" files in localizable.strings
but here the file I store in to iTunes and read the data from the file.
At the end i want to make localization from the sharing file which have all files in a particular directory.