Windows Phone and .NET RESX Files
Windows Phone and other Microsoft .NET related technologies use Resx file format for localization.
Example
Below you can see an example of the 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>
