I have been looking for a while, and the thing is, I need to translate specific text inside a code, he sent it to me in Russian, and I wanted to know if there is a way, to translate the full file, but only translating the Russian parts. For example here.
AddInstructionalStart();
AddInstructionalButton("Следующий режим", 197);
AddInstructionalButton("Предыдущий режим", 196);
AddInstructionalButton("Управление объектом", 194);
AddInstructionalButton("Управление объектом", 195);
AddInstructionalButtonCustom("Увеличить скорость", "t_+");
AddInstructionalButtonCustom("Уменьшить скорость", "t_-");
AddInstructionalButtonCustom("Установить", "t_Y");
AddInstructionalButtonCustom("Отмена", "t_N");
AddInstructionalEnd(1);
Is there an automatic way to do it? Or just suck it up and do it manually?
Thanks!!