Hello,
What is the official way to change the language of the Sign in with Apple button displayed by Sign in with Apple JS?
The official documentation doesn't mention language at all.
In the Javascript URL to the Sign in with Apple JS framework https://appleid.cdn-apple.com/appleauth/static/jsapi/appleid/1/en_US/appleid.auth.js , changing en_US to the language you want (for example ja_JP) seems to work, but it that the official way?
Yes I know you can choose a language when creating a custom button image (as explained on https://developer.apple.com/documentation/sign_in_with_apple/sign_in_with_apple_js/incorporating_sign_in_with_apple_into_other_platforms ), but that page says explicitly it is for when you cannot use Sign in with Apple JS.
Thanks
What is the official way to change the language of the Sign in with Apple button displayed by Sign in with Apple JS?
The official documentation doesn't mention language at all.
In the Javascript URL to the Sign in with Apple JS framework https://appleid.cdn-apple.com/appleauth/static/jsapi/appleid/1/en_US/appleid.auth.js , changing en_US to the language you want (for example ja_JP) seems to work, but it that the official way?
Yes I know you can choose a language when creating a custom button image (as explained on https://developer.apple.com/documentation/sign_in_with_apple/sign_in_with_apple_js/incorporating_sign_in_with_apple_into_other_platforms ), but that page says explicitly it is for when you cannot use Sign in with Apple JS.
Thanks