#!/usr/bin/bash lang=$(locale | grep LANGUAGE | cut -d= -f2 | cut -d_ -f1) if [ lang = "fr" ]; then trayfreq-set-fr $@ else trayfreq-set-en $@ fi