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
  • Hi Armin, thanks for your answer. Talked to the programmer again, he wants to run some experiments, what for I don't know.
    We have a monolingual source file in English and want to generate a German monolingual target file.

    How do I go about that? Where can I select rc file as the target file format after addiing German as the target language?


    (Is the built-in RC File Parser the Add-In for Windows Resource Script (.rc) Files or is the Add-In a different tool?)

    emoji
Reply
  • Hi Armin, thanks for your answer. Talked to the programmer again, he wants to run some experiments, what for I don't know.
    We have a monolingual source file in English and want to generate a German monolingual target file.

    How do I go about that? Where can I select rc file as the target file format after addiing German as the target language?


    (Is the built-in RC File Parser the Add-In for Windows Resource Script (.rc) Files or is the Add-In a different tool?)

    emoji
Children