<div dir="ltr"><div dir="ltr">Hello everyone,<div><br></div><div>I just realized that BIP-0039 is language dependent. I was assuming the other way till I looked closer. The way the seed is derived from a BIP-0039 entropy, as is shown below, depends on which language to generate the mnemonic sentence:</div><div><br></div><div><div>   Entropy &lt;=&gt; Mnemonic Sentence =&gt; PBKDF2 =&gt; BIP-0032 Seed<br></div></div><div><br></div><div>Therefore when a user choose a non-English mnemonic code he or she is stuck with that language. Meanwhile only a few native languages are supported.</div><div><br></div><div>SLIP-0039 does not solve this issue in a user friendly way by providing only an English wordlist. That&#39;s understandable as it aims to provide SSS capability. However those users who do not speak English or recognize English words will suffer. </div><div><br></div><div>What I am trying to bring to attention of the community is that, no matter if we make a new version of BIP-0039, or a new BIP (with SSS support), or to enhance SLIP-0039, we really need to address this language issue. </div><div><br></div><div>Here are what I propose:</div><div><br></div><div>1. The mnemonic code should be only a representation of underlying entropy or (pre) master secret, seed, whatever. In this way, the same seed/secret could be displayed in English or in Chinese or other languages. Then there could be 3rd party conversion tools to support translations in case any wallet software or device does not support all specified languages. Now it looks like:</div><div><br></div><div>   Mnemonic Sentence &lt;=&gt; Entropy =&gt; PBKDF2 =&gt; BIP-0032 Seed</div><div><br></div><div>2. Given that only 8 languages are supported in BIP-0039, we should allow the seed/secret to be represented in decimal numbers, each ranging from 0 to 2047. So those who cannot find a native language support yet having difficulty coping words in other languages could choose to just use numbers.</div><div><br></div><div>So far I don&#39;t have a preference how this should be implemented. I&#39;d like to hear from community first. </div><div><br></div><div>Thanks,</div><div><br></div><div>Weiji Guo</div><div><br></div></div></div>