Sign in with Apple Custom button - ios

I am using Sign in with apple in my iOS application. I want to localise the language of the button title according to locale. It's working for the languages which are supported by apple, but is it possible to localise the button title when the locale language is a non-apple supported language.
eg: Lithuanian language, it's not supported by apple. While using this language, the system language will be english.
I just read about the custom Apple sign in button option, is this kind of localisation is possible in custom button ? or any other way to tackle this!!

Please go with custom button, It will surely help.
You can customised custom button in any manner.

Related

How to localize system buttons into the app?

My app uses custom localization for interactive language changing. The solution can be found here.
The problem is that the default view controllers (like AVPlayerViewController, SFSafariViewController etc.) localize the buttons ('Done', 'Cancel' etc.) based on the device language.
I tried adding to localization files the custom localization for 'Done' string but it doesn't work.
I do not want to have my app localized in German and SFSafariViewController localized in English (device language).
If you have met the problem like this one please give me your solution.
Thanks

Spanish support for Retake and Use photo buttons of UIImagePickerController

I am developing an app that supports Spanish content, which i am achieving through localised strings.
Now i would like to know if there is any way to give Spanish support for the buttons Retake and Use Photo of UIImagePickerController
Have attached image below for reference.
Go to project navigator -> Add Spanish language under localization.
Make sure device language is set to Spanish.
So i have the answer for it. We cannot get the spanish text working in this scenario because app level language is spanish language & Device level language is English.
UIImagePickerController button text Retake and Use photo is something that is generated and handled by the operating system by itself. Hence it tends to take the device level language.

how to create an IOS app with two languages , English and Arabic?

I've created an application in IOS using Xcode, the application is in English only and I want it to be in both English and Arabic . How can I use a UIButton on the top of the home page that changes the language to either English or Arabic ? take in considerations that the application has more than 10 ViewControllers.
PS: I don't want to change the Setting of the Mobile , I want to change the app language only.
Thank you..

IOS keyboard different language than IOS language

Currently I'm working on a Phonegap project which is in Dutch (dit not define a language in the App yet), also the OS is in Dutch.
Now my problem. When I open the keyboard or the camera I see a Done, Prev, Next button in English. Which should be in Dutch.
I have read multiple posts about the CFBundleAllowMixedLocalizations var, but don't know how to add this property in the info tab of my project. And will this solve my issue?
Also I have read that you can add a Language file, but I just want to have the IOS language inside this buttons. Any way to do this?

Pop up keyboards with the supported language - Objective C

I am a new to iPhone development, I'm asking for your help to find out whether it is possible to pop up keyboards with the supported language that I have added in NSLocalizedString.
I can show my UIlabel strings in the appropriate language, now I want keyboards in the same language.
Any ideas?
No, you can't control the language of keyboard.
Only user can change the language through the settings app or through the globe key present in the keyboard.

Resources