#!/bin/sh
if [ $LANG = 'de' ]; then
  exec helpbrowser $QPEDIR/help/de/html/zx4z.html
else
  exec helpbrowser $QPEDIR/help/en/html/zx4z.html
fi
