

Seed Phrase" Is the set of words that give you access to a wallet. π° This phrase is the result of cryptographic processes that define the private key of your wallet (which is usually a complex code of 64 characters) in a phrase of 12 ( or 24) words, which is more friendly and manageable for the user. π These words are not invented at will but are randomly chosen from a list of 2048 words established by the BIP39 Standard. β’ Regarding the list of words, there are in several languages. According to a github article there are 10 established languages ββ(including Japanese, Spanish, Portuguese, CrateR, etc.) However, most wallets give us the seed phrase in English π You can learn more in detail about the BIP39 standard here
github.com/bitcoin/bips/blob/master/bip-0039/bip-0039-wordlists.md
It would be something interesting to implement something here for greater security of funds