Lines Matching refs:LANGSTR
127 LANGSTR=`defaults read .GlobalPreferences AppleCollationOrder 2>/dev/null`
128 if [ "x$LANGSTR" == "x" -o "x$LANGSTR" == "xroot" ]
130 LANGSTR=`defaults read .GlobalPreferences AppleLocale 2>/dev/null | \
132 [ $_DEBUG ] && echo "Setting LANGSTR from AppleLocale: $LANGSTR" 1>&2
134 [ $_DEBUG ] && echo "Setting LANGSTR from AppleCollationOrder: $LANGSTR" 1>&2
139 if [ "x$LANGSTR" == "x" ]
142 [ $_DEBUG ] && echo "Overriding empty LANGSTR" 1>&2
145 tmpLANG="`grep \"\`echo $LANGSTR\`_\" /usr/share/locale/locale.alias | \