Can I export a Passolo 2022 translation project (lpu) to a rc file?

The developers want to know if it is possible to export the content of the translated German string lists of a Passolo Professionla 2022 lpu project to an rc file.
They want to know if it is possible in principle for them to integrate the existing German localization into the source files in Developer Studio so the English and German version of the strings is in one file.

emoji
Parents
  • I'm not quite sure what the background to this question is. If the source file is a monolingual RC file, Passolo will then generate a translated monolingual RC file. Please note that the source file is only monolingual and the translated RC file can only be monolingual. Multilingual RC files are not supported. Too many #ifdefs and other conditional dependencies.

    On the other hand, the binary localization of EXE, DLL etc. is also supported for C++ programs, and it is possible to create multilingual target files.

    emoji
Reply
  • I'm not quite sure what the background to this question is. If the source file is a monolingual RC file, Passolo will then generate a translated monolingual RC file. Please note that the source file is only monolingual and the translated RC file can only be monolingual. Multilingual RC files are not supported. Too many #ifdefs and other conditional dependencies.

    On the other hand, the binary localization of EXE, DLL etc. is also supported for C++ programs, and it is possible to create multilingual target files.

    emoji
Children