Specifies what resource items are written to the localized resource files. Possible values are:
| Value | Description |
|---|---|
| Different | If checked Sisulizer does not write resource items to the localized resource file if the value of the item is the same as the original value. Value is not written even if the user has entered the value in the edit sheet if it equals to the original value. |
| Translated | If checked Sisulizer writes to the localized resource file all those resource items that has a translation (i.e. a translation has been given in the edit sheet). |
| All | If checked Sisulizer writes all resource items to the localized resource file. If no translation is entered in the edit sheet the original value is used. The structure of the localized resource files are identical to the original ones. Only the translated values are different. |
If checked Sisulizer sets component's RightToLeft property when localizing to bi-directional languages such as Arabic or Hebrew.
If checked Sisulizer mirrors forms automatically when localizing to bi-directional languages such as Arabic or Hebrew.
If checked Sisulizer adds the resource items alphabetically to the resource string node. If unchecked the items are added in the same order as they appear in the original file.
If checked Sisulizer makes resources in satellite assemblies private.
If checked Sisulizer deletes the created .resources files after the build process.
If checked Sisulizer compiles resource files (from .resx or .txt to .resources) when building localized files.
If checked Sisulizer creates satellite assemblies when building localized files.
If checked Sisulizer deletes the created .resx or .txt files after the build process.
This edit field specifies the parameters passed to assembly linker application (AL.exe). AL is used to create the localized satellite assembly files. Type the parameter values that you want to pass to the assembly linker, or right click to choose parameter template from a popup menu. The menu contains following templates:
| Parameter | Syntax | Description |
|---|---|---|
| Company name | /comp[any]:"text" | Name of the company that wrote the assembly |
| Copyright | /copy[right]:"text" | Copyright message of the assembly |
| Description | /descr[iption]:"text" | Description of the assembly |
| Key file | /keyf[ile]:"filename" | File containing key to sign the assembly |
| Key container | /keyn[ame]:"text" | Key container name of key to sign assembly |
| Product name | /prod[uct]:"text" | Product name |
| Product version | /productv[ersion]:"text" | Version number of the assembly |
Choose Clear to clear the parameters field.
A .NET project might have some default parameters that it requires. They are always passed to assembly linker. If any default parameters they are shown below the edit filed. For example if you have assigned a key file to the .NET project, Sisulizer will use the same key file for the localized satellite assembly files.
Read more about .NET localization.