All 3 methods will translate words into the hosting wiki's set language
The standard ways
<<lingo BinaryWarning/Prompt>>
{{$:/language/BinaryWarning/Prompt}}
both produce "This tiddler contains binary data"
To pick a word from a core language tiddler (not guaranteed, translations are not always same word order)
<$text text={{{ [enlist{$:/language/BinaryWarning/Prompt!!text}nth[4]] }}}/>
produces "binary"
other filter operators for list field selectors will work for selecting/cutting out words from language tiddlers
Importing the attached tiddler into any of the empty language editon wikis at tiddlywiki com will show key words (including in buttons and tooltips) display in the language of the wiki, using core language tiddlers or see screenshot below.
