#!/usr/bin/bash

lang=$(locale | grep LANG | cut -d= -f2 | cut -d_ -f1)

if [ x$lang = "xfr" ]; then
	trayfreq-set-fr $@
else
	trayfreq-set-en $@
fi