• File extension: .resx, .resw

  • i18n type: RESX

Windows resource files (.resx, .resw) are used (among other things) for the internationalization of .NET and Windows Phone applications. Transifex supports .resx and .resw files natively.

Comments are also supported for these files in the following way:

<data name="LoadList">
<value xml:space="preserve">Hello world</value>
<comment>This is a wonderful comment</comment>
</data>

The web editor will display them just below the translation field, in the Developer notes section.

Download options:

  • Download file to translate: The generated translation files will include the already translated strings and the untranslated ones will be returned empty

  • Download for use: The generated translation files will include the already translated strings and the untranslated ones will be filled with the corresponding source entries

  • Download only reviewed translations: The generated translation files will include the reviewed translations and the unreviewed entries will be returned empty

  • Download for translation as XLIFF: The translation file will be downloaded in the .xliff format and include both translated and untranslated strings. The last ones will be returned without having target elements

  • Download untranslated strings as XLIFF: The translation file will be downloaded in the .xliff format and include only the untranslated strings

Note

XLIFF support is only offered on the Premium plan and up.


Continue Reading

Did this answer your question?