EXERCISE 3 - Getting Locale Information

  1. Review the sample program (ulsex3.c).  Try running it.  Make sure that 
     you understand it.

  2. Modify the sample program to display selected items from each locale (e.g.
     the associated country and language names).


Building Instructions

  IBM Compiler:  
      icc.exe /Ss ulsex3.c libuls.lib libconv.lib

  GCC 3.3.5:
      gcc.exe ulsex3.c


-------------------------------------------------------------------------------
Sample Output
-------------------------------------------------------------------------------

The following user locales are defined:
-> en_CA               Country: Canada              Language: English
-> fr_CA               Country: Canada              Language: franais
-> ja_JP               Country:                   Language: 
-> nl_NL_EURO          Country: Nederland           Language: Nederlands
-> de_DE_EURO          Country: Deutschland         Language: Deutsch
