Currently, Google One Tap prompt is only rendered in English. Is there a way we can pass the locale to the javascript API so that the prompt gets rendered in that specific language?
window.google.accounts.id.initialize({
client_id: CLIENT_ID,
cancel_on_tap_outside: false,
callback,
});
window.google.accounts.id.prompt();