Skip to main content

Rigi Documentation

.NET RESX parser

Parser ID: resx.

Parser settings:

  • Write untranslated strings (writeUntranslatedStrings).

    Default: true.

    Writes strings that are not translated using the source text (neutral language).

  • Write only changed information (writeDeltaStrings).

    Default: false.

    If true, only writes strings where the translated text differs from the source text (neutral language).

  • Locales that must contain all strings (localesWriteAllStrings).

    Type: comma-separated list.

    Use to define locales for which all strings must be written (each line defines a locale). This setting overrides the 'Write only changed information' setting.

  • Write element that contains file-id (writeFileID).

    Default: true.

    Writes data rigi.resx.fileguid that contains the file ID. This way, the file ID is written to the satellite assembly.

  • Skip >> keys (skip_gtgt).

    Default: true.

    Skips all keys that start with >>.

  • Resheader version (resnameVersion).

    Use to enforce the version value (e.g., 2.0) for the resheader version. Keep empty to use the default version value (2.0).

  • Resheader reader/writer version (resnameVersionRW).

    Use to enforce the version value (e.g., 4.0.0.0) for the version specified in the resheader reader and writer. Keep empty to use defaults.

For other parser settings, see the Generic parser settings article.