This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| 
                    en:infra-convert:dev:parameter [2023/10/25 14:28] me  | 
                
                    en:infra-convert:dev:parameter [2023/11/28 14:34] (current) me [Setting the language]  | 
            ||
|---|---|---|---|
| Line 53: | Line 53: | ||
| <code> | <code> | ||
| - | InfraConvertWPF.exe -parameter="C:/Windows/Temp/StartParameterFile.json" | + | …/InfraConvertWPF.exe -parameter="C:/Windows/Temp/StartParameterFile.json" | 
| </code> | </code> | ||
| Line 62: | Line 62: | ||
| > **Note** Note that special characters in the name/path of the startup parameter file will only be passed correctly to #@IC_HTML@# if they have been encoded correctly. This can be ensured in a batch file saved as UTF-8, for example, by specifying the code page CHCP 65001 for UTF-8. Example: | > **Note** Note that special characters in the name/path of the startup parameter file will only be passed correctly to #@IC_HTML@# if they have been encoded correctly. This can be ensured in a batch file saved as UTF-8, for example, by specifying the code page CHCP 65001 for UTF-8. Example: | ||
| > <code>chcp 65001 | > <code>chcp 65001 | ||
| - | InfraConvertWpf.exe -parameter="Démarrer.json"</code> | + | …/InfraConvertWpf.exe -parameter="Démarrer.json"</code> | 
| **Basic requirements for the startup parameter file** | **Basic requirements for the startup parameter file** | ||
| Line 80: | Line 80: | ||
| <code> | <code> | ||
| - | InfraConvertWPF.exe -forceConfigDir="C:/ProgramData/ELIAS GmbH/infra-Convert" | + | …/InfraConvertWPF.exe -forceConfigDir="C:/ProgramData/ELIAS GmbH/infra-Convert" | 
| </code> | </code> | ||
| Line 94: | Line 94: | ||
| <code> | <code> | ||
| - | InfraConvertWPF.exe -parameter="..." -forceConfigDir="..." | + | …/InfraConvertWPF.exe -parameter="…/" -forceConfigDir="…/" | 
| </code> | </code> | ||
| Line 128: | Line 128: | ||
| |< 100% 33% 12% 54% >| | |< 100% 33% 12% 54% >| | ||
| ^ Parameter  ^ Type ^ Value/Content  ^ | ^ Parameter  ^ Type ^ Value/Content  ^ | ||
| - | ^ LanguageCode | String | **de** German\\ **en** English\\ **fr** French\\ **it** Italian\\ **es** Spanish\\ **zh** Chinese | | + | ^ LanguageCode | String | **de** German\\ **en** English\\ **fr** French\\ **it** Italian\\ **es** Spanish\\ **zh** Chinese\\ **cs** Czech\\ **bg** Bulgarian | | 
| </WRAP> | </WRAP> | ||