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