My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
Resx  
Resx localization file example
Updated Apr 21, 2011 by phong.le...@gtempaccount.com

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>
Powered by Google Project Hosting