BindingFlags.Public needed here as Exception.HResult is now public in .NET 4.5. This...
[mono.git] / tools / locale-builder / supp / en_PH.xml
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <ldml>
3         <dates>
4                 <calendars>
5                         <calendar type="gregorian">
6                                 <am>AM</am>
7                                 <pm>PM</pm>
8                                 <dateFormats>
9                                         <default type="medium"/>
10                                         <dateFormatLength type="medium">
11                                                 <dateFormat >
12                                                         <pattern>MM d, yyyy</pattern>
13                                                 </dateFormat>
14                                         </dateFormatLength >
15                                         <dateFormatLength type="short">
16                                                 <dateFormat >
17                                                         <pattern>M/d/yyyy</pattern>
18                                                 </dateFormat>
19                                         </dateFormatLength >
20                                 </dateFormats>
21                                 <timeFormats>
22                                         <timeFormatLength type="long">
23                                                 <timeFormat>
24                                                         <pattern>h:mm:ss tt</pattern>
25                                                 </timeFormat>
26                                         </timeFormatLength>
27                                 </timeFormats>
28                         </calendar>
29                 </calendars>
30         </dates>
31   <numbers>
32     <decimalFormats>
33       <decimalFormatLength >
34         <decimalFormat >
35           <pattern>#,##0.###;-#,##0.###</pattern>
36         </decimalFormat>
37       </decimalFormatLength >
38     </decimalFormats>
39   </numbers>
40 </ldml>