Skip to content
Rudy Huyn edited this page Jul 31, 2019 · 25 revisions

ReswPlus - Advanced File Code Generator for Resw files.

ReswPlus is a Visual Studio extension enriching your existing .resw files with many high valuable features:

  • Access to strings via strongly typed static properties.
  • Generates methods to format your strings with named and strongly typed parameters.
  • Adds pluralization support (support plural rules for 196 languages!).
  • In addition to pluralization, also supports empty states when the number of items is zero.
  • Generate a Markup extension to access to your strings with compile-time verification.

Currently supported:

  • Visual Studio 2017 and 2019 (all versions).
  • C#, VB.Net, C++/CX and C++/WinRT.

reswplus

Resw Resw + ReswPlus Resx Android XML (for reference)
Modify UI properties via resource files (x:uid)
Generate strongly typed accessors
Generate String Formatting methods
Support Plural forms
Support 'None' state
Strongly typed string formatting
Support Resources in libraries
Support Genders
Support String variants