Resource types |
Use this sheet to select what resource types to localize. Check those resource types you want to localize. Uncheck those resource types you don't want to localize. Possible resource types are:
Resource type | Kind | Description |
---|---|---|
ResX resources | Managed | Standard resource items such as string resources. |
Form resources | Managed | User interface forms of Windows Forms. |
XAML resources | Managed | User interface elements that use XAML. |
Assembly info | Managed | Strings from the assembly info. |
Audio resources | Managed | Audio files that have been added as resources. |
Binary resources | Managed | Binary files that have been added as resources. |
HTML resources | Managed | HTML files that have been added as resources. |
Image resources | Managed | Image files that have been added as resources. |
Image list resources | Managed | Image list files that have been added as resources. |
JSON resources | Managed | JSON files that have been added as resources. |
Script resources | Managed | Script files that have been added as resources. |
SVG resources | Managed | SVG files that have been added as resources. |
Text resources | Managed | Text files that have been added as resources. |
Video resources | Managed | Video files that have been added as resources. |
XML resources | Managed | XML files that have been added as resources. |
ZIP resources | Managed | ZIP files that have been added as resources. |
Group icon resource | Unmanaged | Hardware-independent icon resource. |
Icon resource | Unmanaged | Hardware-dependent icon resource. |
Manifest resource | Unmanaged | Side-by-Side Assembly Manifest. |
Version resource | Unmanaged |
Version resource. |
Hardcoded strings | Other | Hardcoded strings from the code of the application. This is visible only if you have added a .exe or .dll assembly file into the Soluling project file. Checking this is not recommended, and you should check this only if you can not modify the application you want to localize. If you can modify, you should remove the hardcoded strings and replace them with resource strings. |
The amount and type of resources depend on your .NET application or library.
If the node you selected in the project tree is not the source but a sub-node of a source, this sheet contains Use parent settings sheet. If it is checked, the sub-node uses resource settings of the source, and the above list is not shown.