ok, here’s the latest theme selector with added languages support!
still needs testing and a little edit to the volumio.api.js
I don’t speak any other languages so I’ll be on the hunt for translators!!! it works using a 'lang.[country].php language file for the main interface and redirects the settings pages to folders, it defaults to lang.en.php and uses the en folder for translated settings pages. the French files can be found in /var/www/lang/lang.fr.php and /var/www/lang/fr/ for the settings pages (hint hint @balbuze lol
)
anybody wanting to contribute translations please copy the www/lang/en folder to www/lang/[country code] and copy the lang.en.php and call it lang.[country code].php. Once you have translated them, zip and post them here and I will add a flag to the language selector.

I’ve put a ‘fr’ and an ‘it’ folder in to test the selector. the translations have not been done. (apologies for the bits I have tried to translate lol)
firstly we need to (backup the www folder then) edit
(if you are on volumio v1.55 the below edits are included in the zip file so you can skip this bit)
/var/www/js/volumio.api.js and change (line 509)
$('.open-panel-sx').html('<i class="fa fa-refresh fa-spin"></i> Updating');
to (don’t forget to leave the space just after )
$('.open-panel-sx').html('<i class="fa fa-refresh fa-spin"></i> '+document.getElementById('dummyknobs').getAttribute('data-tab-browse-updating'));
then almost the same on line 511
$('.open-panel-sx').html('<i class="fa fa-music sx"></i> Browse');
to (don’t forget to leave the space just after )
$('.open-panel-sx').html('<i class="fa fa-music sx"></i> '+document.getElementById('dummyknobs').getAttribute('data-tab-browse'));
(the images go in www/images/toggle/ not www/images-toggle/)
here’s the files, I had problems until I restarted volumio, closed the volumio browser window and deleted the cache.
updated to correct files 12/04/15 @ 12.10 BST
** out of date files removed **