CsignCsign
Member
Posted 2 years ago #
Hi,
I use several widgets with different content texts, which have to be set in the plugin settings of these widgets, for example http://www.gopiplus.com/work/2010/07/18/announcement-and-vertical-scroll-news/.
But how can I translate the text within widgets' texts?
http://wordpress.org/extend/plugins/qtranslate/
hi,
this an example of how I did it for the text-widget. The tweak basically works upon which (active) languages are returned by qtrans_getSortedLanguages();
http://pastebin.com/sgVM3FUT
... maybe that helps a bit