Method testing tool
Change language
🚫
Management command - this method is restricted to Trezor.io and can't be used in 3rd party applications.
This method initiates language change.
const result = await TrezorConnect.changeLanguage(params);
Params
Including CommonParams
ChangeLanguage
language
String
Required
(cs-CZ, de-DE) whatever language variant is available for given model and firmware version
baseUrl
String
Optional
where language blob should be downloaded from. Default value is https://data.trezor.io
or
binary
ArrayBuffer
Required
directly provide language file
Result
{
success: true,
payload: {
message: "Language changed"
}
}
Error
{
success: false,
payload: {
error: string // error message
}
}