Posts

Post not yet marked as solved
1 Replies
So a list of locale options can be found here: https://developer.apple.com/documentation/signinwithapplejs/incorporating_sign_in_with_apple_into_other_platformsAnd you just adjust your JS import to match. So by default it's https://appleid.cdn-apple.com/appleauth/static/jsapi/appleid/1/en_US/appleid.auth.js but you can adjust that URL based on the locale and it will adjust the button text.For example: https://appleid.cdn-apple.com/appleauth/static/jsapi/appleid/1/fr_FR/appleid.auth.js