xml
<Menu Currency="Euro">
<Item>
<Category>...</Category>
<Name>...</Name>
<Description>...</Description>
<ImageSource>...</ImageSource> <!-- This is an optional field -->
<Price>...</Price>
<Translations>
<Language code="..."> <!-- For example, ru for Russian -->
<Name>...</Name>
<Description>...</Description>
<Category>...</Category>
</Language>
<!-- Other language translations -->
</Translations>
</Item>
<!-- Add other <Item> elements for other products -->
</Menu>