1<?xml version="1.0" encoding="UTF-8" ?>
2<localizationPack name="Vietnam" version="1.0">
3  <currencies>
4    <currency name="Đồng"
5              iso_code="VND"
6              iso_code_num="704"
7              sign="₫"
8              blank="1"
9              conversion_rate="26505.85"
10              format="2"
11              decimals="1" />
12  </currencies>
13  <languages>
14    <language name="Tiếng Việt (Vietnamese)"
15              iso_code="vn"
16              language_code="vi-vn"
17              date_format_lite="d/m/Y"
18              date_format_full="d/m/Y H:i:s"
19              is_rtl="0" />
20  </languages>
21  <taxes>
22    <tax id="1" name="GTGT VN 10%" rate="10" />
23    <tax id="2" name="GTGT VN 5%" rate="5" />
24
25    <taxRulesGroup name="VN Standard Rate (10%)">
26      <taxRule iso_code_country="vn" id_tax="1" />
27    </taxRulesGroup>
28
29    <taxRulesGroup name="VN Reduced Rate (5%)">
30      <taxRule iso_code_country="vn" id_tax="2" />
31    </taxRulesGroup>
32  </taxes>
33  <units>
34    <unit type="weight" value="kg" />
35    <unit type="volume" value="L" />
36    <unit type="short_distance" value="cm" />
37    <unit type="base_distance" value="m" />
38    <unit type="long_distance" value="km" />
39  </units>
40</localizationPack>
41