Kurdish is currently available in Google Translate, but has not yet been added to the flutter_localization - flutter

Kurdish is currently available in Google Translate , but has not yet been added to the flutter_localization package! How can I add Kurdish language ? Because we really need to have Kurdish language officially in our apps. Kurdistan country code is "ckb".
Thanks.

Related

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 change language in Actions in google web simulator?

I have created an agent in French in API.AI. After that when I go to the web simulator the other langugaes are greyed out.
Even the things I typed in french are pronounced in english.Does any one know what is the root cause for this ?
The reason is that currently only english (both US and GB) is supported.
In the future you will be able to use the other languages.
Currently, only English (en-US, and sorta en-UK) are supported for Actions on Google. Additional language support was announced at I/O and should be available later this year. It looks like the Simulator has gotten some changes recently to anticipate these updates.

Actions on Google - supported for German language?

Google Assistant seems to be rolling out to Android phones in Germany starting today (at least if they have the beta version of the Google app).
Are "Actions on Google" also supported in the German language, and if not, when is that going to come? I just tried to invoke some actions and it didn't work. Or was I just using the wrong phrase?
There are two issues here:
Actions on Google are not (yet) supported on a Google Assistant besides the Google Home.
Actions on Google and Google Home are not (yet) supported in anything besides English.
Update: May 2017
At Google I/O, they made two announcements relevant to this:
Actions on Google are now available through the Assistant available on Android and iOS, not just Home.
Actions aren't (yet) available in anything besides en-US. They've announced that en-GB, French, and German will be available "later this year".
Update: Oct/Nov 2017
As #johan98 notes in his answer - German is now a supported language.
Actions on Google is now available in German, according to
https://developers.googleblog.com/2017/10/apps-for-google-assistant-new-languages.html

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.

Localizing an already developed application using google translater

"How to localize a project i.e., already developed in some language by using Google translater". please tell me i have n't any idea on that.
Please, don't use Google translator for localizing your app! Google translator is a mechanic translator, not a human. The results are not very good. (Try to read an instruction book which was translated from Chinese to English ;) )
If your app is popular or has some fans, ask the community for some nativ speaker. Or if you have an payed app, you could go to some kind of a translator-agency.
Use Google Language API. There is a lot of documentation and help here