I'm facing a problem with symboltabel. I'm using Persian and English languages in my LWUIT application with the help of Localization.
Now my problem is that when I press * button of any mobile device, some of the Symbol Tabel chars are getting translated to Persian characters and some remain same.
How can I fix this problem?
Related
I am having a strange bug where in iOS is picking up the second preferred language on the phone as the main language and showing the strings in that language. I use react-native and it started to happen after I upgraded to 0.64.0. For example, in the below screenshot, the month strings are shown in Hindi. Hindi is the second preferred language on the phone.
The Cancel and Select buttons are added by JS side code which appears fine in English language. After I removed Hindi as the second preferred language leaving only English as the phone language, the month string started to appear in Spanish.
I am not sure what is triggering it and how to fix this problem. Any kind of help is much appreciated. I provide Hindi and Spanish translations for the app and have InfoPlist.strings file present for Hindi and Spanish in the app. If I remove those string files, then the strings are shown in English as expected.
Please note that the problem is not limited to the date picker. It is for any of the dialogs shown by iOS. For example, if I select any text, the copy label appears in Spanish. I have attached some other screenshots where the problem can be seen.
Open the Settings app.
Navigate to a--name > Preferred Language > Language.
Change the preferred language to Spanish.
also try setting the preferred language to just English and forget the Hindi and let us know what happens. also good chance this might fix you up:https://github.com/formatjs/formatjs
I have a released IOS app using HighChart v. 7.2. I'm now trying to localize the app to Spanish and French etc. by localizing my Localizable.strings.
When I run the app on the iPhone simulator with the iPhone language is set to Spanish the Highchart does not render. French is ok. Some languages work but most does not. I have not changed any strings in the language-specific files so they are still all English.
Any hints are highly appreciated.
Sorry :-) Found the issue in my own code. I was passing a bad Moment format string in the tooltip formatter.
I am using "MSH-Quraan1" font for the Arabic text in my app. I have added the MSH-Quraan1.tff file in the project. Included it in the info.plist file as well. When I am loading Arabic text,i.e., with out numbers, the text is using the font. But when I load the text along with the numbers, the number are not converting, and it is displaying in English numericals.
I even tried localizing the numbers but nothing is happening. When localize the text it works, but not the numbers.
Please help.
Update
I think the ASCII character of Arabic numbers and English numbers are different due to which it is unable to recognize the characters.
I face issue sometime ago. Can you please look into this converter which will work smoothly in your scenario.
Try it if possilbe : https://github.com/Accorpa/Arabic-Converter-From-and-To-Arabic-Presentation-Forms-B
After using this library text and numeric numbers are working fine for me. If you find any issue using this library just contact me.
(Note : Your font file contains arabic numbers as well.)
I deployed marmalade s3eKeyboard sample to iOS with Chinese language. The keyboard pops up when s3eKeyboardSetInt with S3E_KEYBOARD_GET_CHAR, but there is no Chinese character output whatever I input with Chinese input method. There is character output only in English or Number input method. The document says iphone-bundle-localisations should be set, but it make no different when set to 'zh' in deployments of MKB file.
Anyone had such problem or I missed something? Thank you.
Hi i dont seem to have a problem with doing localization it has worked fine in other apps, however this app is doing something quite funky.
It localizes fine to french , or other languages, but not the base language english in that regard the label is left empy any ideas why that could be the case?
Solved my own problem..lol
I had go to the main project window click on the minus sign remove english localization and then click + and add english , as it had not localized the storyboard for English, this i could see by how it had localized 2 files where the other languages had localized 3.