Skip to content

Instantly share code, notes, and snippets.

@bosskovic
Created April 9, 2013 09:18
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bosskovic/5344285 to your computer and use it in GitHub Desktop.
Save bosskovic/5344285 to your computer and use it in GitHub Desktop.
example of RESX/RESW resource file
<?xml version="1.0" encoding="utf-8"?>
<root>
<data name="Common_AuthenicationFailed" xml:space="preserve">
<value>Authentifikation fehlgeschlagen</value>
</data>
<!-- single line comment -->
<data name="Common_Billable" xml:space="preserve">
<value>Verrechenbar</value>
</data>
<!-- multi
line
comment -->
<data name="Common_BreakTime" xml:space="preserve">
<value>Pausen</value>
</data>
</root>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment