The language is specified by language-locale, and the default value is based on the browser's settings. The ml-text tag displays language-specific text as an attribute. The ml-block tag defines an element with attributes for language-specific text, and HTML can be written inside. The first matching element will be displayed. The language selection rule is based on a complete match of language and locale, followed by matching language, and finally the language defined at the beginning.

表示言語は、言語-ロケールで指定します。初期値はブラウザの規定値です。
ml-textタグは言語毎のテキストを属性にして表示します。
ml-blockタグは言語毎のテキストを属性に持つ要素を定義します。ここにはhtmlが書けます。一番初めに一致した要素が表示されます。
言語の選択ルールは、言語とロケールが完全に一致するもの→言語が一致するもの→先頭に定義されている言語です。

にゃにゃにゃにゃーん、にゃーんにゃにゃにゃにゃーん

If implementing a button is troublesome, you can use the ml-select tag. This tag replaces the tag with a simple selection selector like this.

ボタンの実装が面倒な場合はml-selectタグを使いましょう。
このタグはこのようにタグを簡易選択セレクタに置き換えます。