blob: a15e098865ccd4f58916d995e9daedbb54fec562 [file] [log] [blame]
#!/bin/sh
#*****************************************************************************
#
# Copyright (C) 2006-2008, International Business Machines
# Corporation and others. All Rights Reserved.
#
#*****************************************************************************
for loc in `locale -a`; do echo ; echo LC_ALL=$loc ; LC_ALL=$loc ./displayLocaleConv ; done