| // ******************************************************************************* | 
 | // * | 
 | // *   Copyright (C) 1997-2000, International Business Machines | 
 | // *   Corporation and others.  All Rights Reserved. | 
 | // * | 
 | // ******************************************************************************* | 
 |  | 
 | es_PR { | 
 |     CurrencyElements {  | 
 |             "$", | 
 |             "USD", | 
 |             ".", | 
 |     } | 
 |     DateTimePatterns {  | 
 |             "hh:mm:ss a z", | 
 |             "hh:mm:ss a z", | 
 |             "hh:mm:ss a", | 
 |             "hh:mm a", | 
 |             "EEEE d' de 'MMMM' de 'yyyy", | 
 |             "d' de 'MMMM' de 'yyyy", | 
 |             "MM-dd-yyyy", | 
 |             "MM-dd-yy", | 
 |             "{1} {0}", | 
 |     } | 
 |     LocaleID { "" } | 
 |     LocaleString { "es_PR" } | 
 |     NumberElements {  | 
 |             ".", | 
 |             ",", | 
 |             ";", | 
 |             "%", | 
 |             "0", | 
 |             "#", | 
 |             "-", | 
 |             "E", | 
 |             "\u2030", | 
 |             "\u221E", | 
 |             "\uFFFD", | 
 |     } | 
 |     ShortCountry { "PRI" } | 
 | } |