Introduction
Windows Phone and other Microsoft .NET related technologies use Resx format file for localization.
Example
Followings show an example of Resx file format for localization.
<root>
<data name="AppName">
<value>Application name</value>
</data>
<data name="UserWelcome">
<value>Welcome user</value>
<comment>Welcome text in the front page</comment>
</data>
</root>