2002-01-30 06:16:26 +00:00
|
|
|
// ***************************************************************************
|
2000-01-12 19:26:57 +00:00
|
|
|
// *
|
2004-04-14 19:39:08 +00:00
|
|
|
// * Copyright (C) 1997-2004, International Business Machines
|
2000-01-12 19:26:57 +00:00
|
|
|
// * Corporation and others. All Rights Reserved.
|
|
|
|
// *
|
2002-01-30 06:16:26 +00:00
|
|
|
// ***************************************************************************
|
2000-01-12 19:26:57 +00:00
|
|
|
|
1999-08-16 21:50:52 +00:00
|
|
|
en_BE {
|
2003-06-10 06:35:39 +00:00
|
|
|
Version { "2.0" }
|
2004-06-03 17:44:02 +00:00
|
|
|
Currencies{
|
|
|
|
BEF {
|
|
|
|
"BF",
|
|
|
|
"Belgian Franc",
|
|
|
|
:array{
|
|
|
|
"#,##0.00 \u00a4;-#,##0.00 \u00a4", /* currency pattern */
|
|
|
|
",",/* decimal separator */
|
|
|
|
".",/* grouping separator */
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2002-01-30 06:16:26 +00:00
|
|
|
// LocaleString { "en_BE" }
|
1999-08-16 21:50:52 +00:00
|
|
|
NumberElements {
|
2002-01-30 06:16:26 +00:00
|
|
|
",",
|
|
|
|
".",
|
|
|
|
";",
|
|
|
|
"%",
|
|
|
|
"0",
|
|
|
|
"#",
|
|
|
|
"-",
|
|
|
|
"E",
|
|
|
|
"\u2030",
|
|
|
|
"\u221E",
|
|
|
|
"\uFFFD",
|
|
|
|
",",
|
2003-06-24 17:00:41 +00:00
|
|
|
"+",
|
2001-10-12 19:01:26 +00:00
|
|
|
}
|
2003-04-11 19:34:13 +00:00
|
|
|
// ShortCountry { "BEL" }
|
2001-10-12 19:01:26 +00:00
|
|
|
|
|
|
|
NumberPatterns {
|
2002-01-30 06:16:26 +00:00
|
|
|
"#,##0.###;-#,##0.###",
|
2002-02-12 02:46:07 +00:00
|
|
|
"#,##0.00 \u00A4;-#,##0.00 \u00A4",
|
2002-01-30 06:16:26 +00:00
|
|
|
"#,##0%",
|
|
|
|
"#E0",
|
1999-08-16 21:50:52 +00:00
|
|
|
}
|
2004-05-18 02:47:52 +00:00
|
|
|
calendar{
|
|
|
|
gregorian{
|
|
|
|
DateTimeElements:intvector {
|
|
|
|
2,
|
|
|
|
1,
|
|
|
|
}
|
|
|
|
DateTimePatterns{
|
|
|
|
"HH' h 'mm' min 'ss' s 'z",
|
|
|
|
"HH:mm:ss z",
|
|
|
|
"HH:mm:ss",
|
|
|
|
"HH:mm",
|
|
|
|
"EEEE d MMMM yyyy",
|
|
|
|
"EEE d MMM yyyy",
|
|
|
|
"dd MMM yyyy",
|
|
|
|
"dd/MM/yy",
|
|
|
|
"{1} {0}",
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
1999-08-16 21:50:52 +00:00
|
|
|
}
|