Hi there. I am using a sidebox called absolute links.
It is a simple sidebox template.
it includes the files:

includes\languages\english\extra_definitions\YOUR_TEMPLATE\absolute_links_define s.php (Contains the title of the box, I can change the language)

includes\modules\sideboxes\YOUR_TEMPLATE\absolute_links.php
(this is the 'driver')

includes\templates\YOUR_TEMPLATE\sideboxes\tpl_absolute_links.php (this is the contents)

I need this to be language aware. There are two solutions I can see,
1) find the language being displayed, and show relevant content
2) somehow template the contents file to other languages

I prefer number 2.

Any ideas? Please help