#!/bin/sh
export LD_LIBRARY_PATH=`pwd`/standalone:$LD_LIBRARY_PATH
exec standalone/defaults write NSGlobalDomain NSLanguages "(English)"
