1// ***************************************************************************
2// *
3// * Copyright (C) 2011 International Business Machines
4// * Corporation and others.  All Rights Reserved.
5// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
6// * Source File:<path>/common/main/en_ZA.xml
7// *
8// ***************************************************************************
9en_ZA{
10    Currencies{
11        USD{
12            "US$",
13            "US Dollar",
14        }
15        ZAR{
16            "R",
17            "South African Rand",
18        }
19    }
20    Version{"2.0.57.19"}
21}
22