Ionic make a pdf report in Arabic language - ionic-framework

When I develop an ionic app i tried to make a pdf report in Arabic language using pdfmake library i found language not correct just found unfamiliar characters can help me

Currently, PDFMake doesn't support any RTL language (Arabic, Hebrew..etc). you can check out the following issue for updates, but it seems that it's not going to be implmented any time soon.
You can try another library that supports arabic characters like jsPDF.

Related

Does google cloud text to speech API supports hebrew?

Tried to connect to it in python , it says that it supports hebrew in beta, but it doesn't work when using he-IL language type
any ideas?
I just heard google added hebrew to their apu, should be released soon
It looks like Hebrew is not supported.
https://cloud.google.com/text-to-speech/docs/voices

Is there any library for sinhalese language in flutter localization?

I’m developing a mobile application using flutter to be used in my country. i have to use Sinhalese language(SriLankan) font in the mobile UIs. I have searched in the Flutter Community and i was unable to find a proper solution.I want to know whether there is a flutter_localization library that can be used in my application?
I suggest that you use this Medium post as a guide. Although it implements Arabic and English as demonstration it will be beneficial to you since one of them is left-to-right and the other is right-to-left.
Yes you can use this article to integrate localisation in app.
Article it's really quick to integrate in app.
However if your language isn't supported by flutter_localizations library even though you can provide support using above class as mentioned on article.
here is snap
You have to implement localization in App. I found a simple example for the same here.

How to integrate google translator gadget like funcationality to convert the ios app language

When we open any page in browser google provide tool to convert language.
i want to know it is possible for ios app to convert whole app or any screen of App using google language converter.
Also let me know way to do it.
Thanks.
There is no tool to do this but ios has multi language support that can be achieved using NSLocalizedString.
Heres a very good tutorial for this
http://mobile.tutsplus.com/tutorials/iphone/ios-sdk-localization-with-nslocalizedstring/

iOS Test Multiple Regions/Domains with Same Language

Is there a way to support "Latin" Spanish and "Castilian" Spanish in the same app? And if there is, how do you test it?
I'm currently supporting several languages, and I have all the language files in the app, but I can't seem to get the language to switch in the simulator or on a device by changing the region.
Thanks for the help!
Just in case someone comes across this post, I found that iOS only supports one version of Spanish. The list is found in the international language settings on each device and the region controls the display of time and dates.

iOS AppStore: How can I add keywords in Arabic to make it searchable using Arabic words?

My iOS application is available in both English and Arabic Language. The language selection is within the application. While uploading the application I mentioned only English language as my localization option. Also added few arabic keywords in keywords area (e.g. EngKeyWord1, EngKeyWord2, ArabicKeyWord1). But the app is not searchable using Arabic keywords.
Am I doing things right? Is there a different way of doing this?
[Arabic as a language option is not available in iTunes Metadata section. But there are other apps which are searchable using Arabic keywords!]
iTunes Connect only allows you to add metadata for the languages in which your application itself is localized. Since you did not localize the app in the normal way (i.e. you implemented an in-app language selector instead of relying on the standard localization method which depends on the iOS language setting), maybe you did not explicitly add Arabic to your application in XCode?
You can do this in XCode by selecting your project, opening the Info tab and using the "+" button under Localizations and choosing Arabic. Then you'll have to upload the binary before iTunes Connect allows you to enter Arabic metadata.
Edit: This is out of date. iTunes Connect now lets you add metadata for languages beyond those your application bundle is localized into.