Hello!
I intend to develop the program based on Russian version of Subsystem Library and in the future to translate it into English and Chinese.
The most difficult part of the translation, I expect, is the Subsystem Library.
If I write the program as a multilanguage program and merge it with Russian or English Subsystem Library on late stage of development, my unmerged program will be inoperable because I have to include standard Subsystem Library's calls without its modules.
If I merge my program with SL on early stage of the development, I shall have to translate SL.
Parallel development object by object is possible but it is slow and requires more accuracy.
What the order of the development could 1C recommend?