]>
Commit | Line | Data |
---|---|---|
b75a7d8f A |
1 | // *************************************************************************** |
2 | // * | |
3 | // * Copyright (C) 1997-2003, International Business Machines | |
4 | // * Corporation and others. All Rights Reserved. | |
5 | // * | |
6 | // *************************************************************************** | |
7 | ||
8 | nl_NL { | |
9 | Version{ "2.0" } | |
10 | // LocaleString { "nl_NL" } | |
11 | NumberPatterns { | |
12 | "#,##0.###;-#,##0.###", | |
13 | "\u00A4 #,##0.00;\u00A4 #,##0.00-", | |
14 | "#,##0%", | |
15 | "#E0", | |
16 | } | |
17 | // ShortCountry { "NLD" } | |
18 | LocaleID:int { 0x0413 } | |
19 | } |