πSupported Languages (Localization)
Picket supports automatic signing message translation into over 100 languages.
const { nonce, statement } = await picket.nonce({
walletAddress: "0x_wallet_address",
locale: "es",
});
// the user-facing statement will be translated into Spanish
console.log(statment);Language
ISO-639 code
Last updated