DynamicStrings
This section is used for dynamic loading of strings. All strings are usually stored in string tables, but may instead be read from this section when enabled. This allows for custom strings, for example an informative warning message including custom specific information and/or link.
Enable
This entry will enable/disable the use of dynamic strings.
- 0
-
No dynamic strings
- 1
-
Use dynamic strings
Format
Any string may be replaced and they are identified by the short language name and the resource string id.
Example 1. About dialog title:
EN_1000=About SE_1000=Om
Example 2. Remove short language to use the same string for all languages.
1000=About
You may retrieve the available resource string IDs by calling
iid.exe -strings [path]