Hello,
I am learning the tiddlywiki possibilities and have simple question?
How to swich the language by call a macro?
I foud out that the $:/language is switching from $:/languages/en-GB to $:/languages/de-DE if I use the banner.
In my tiddlywiki I have the same content but in differen languages. Therfore I developed a buuton to switch from english to german and other languages.
What I have to add to my macro to switch also the $:/language ???
\define myActions()
<$list filter="Inhaltsverzeichnis" >
<$action-listops $tags="+$:/tags/SideBar"/>
</$list>
<$list filter="TableOfContents" >
<$action-listops $tags="-$:/tags/SideBar"/>
</$list>
<$action-navigate $to="0.0.0.1. Willkommen"/>
**??? switch the $:/language to $:/languages/de-DE ???**
\end
Thx in advance