Invalid version info string languages
ID PE071 Level CRITICAL Category Format
Description
Invalid VERSIONINFO
resource StringFileInfo
format.
- Each string table language must be unique.
- Each string table language must be a hexadecimal string consisting of the concatenation of the language ID and the character set ID.
- Both language and character set IDs must be 4 characters long.
Mitigation
- Make sure you add the correct language-charset ID pairs as sub-block names in the
StringFileInfo
block. See the official Microsoft documentation.
Arguments
This rule has the following output arguments:
-
resource_lang
- AffectedVERSIONINFO
resource language integral code -
resource_lang_tag
- AffectedVERSIONINFO
resource language tag (e.g.en
,nl-NL
oren-US
) -
resource_lang_location
- AffectedVERSIONINFO
resource language location (e.g.Spain
,neutral
orprocess_default
)
Loading...
Unable to load this documentation page.