Hello,
I program from Spain. When I program, most of the environment is translated into Spanish. That is not a problem.
The problem is that it forces me to use translated functions.
For example, instead of using Replace(....), I have to use Reemplazar(...) (which forces me to learn the names of the functions in Spanish, which for an experienced programmer, is more of a disadvantage than a help).
So far so inconvenient.
The problem is that I am encountering errors in the execution of my Flows, because the system tells me that it doesn't understand which function is Reemplazar().
That is, when I am programming the flow it tells me that it doesn't understand Replace() and if I use Reemplazar(), everything is OK.
But when executing, it tells me that it doesn't understand Reemplazar() (and now I have just substituted the function for Replace and it has accepted it).
Someone at Microsoft is making programming decisions and clearly has no idea about programming.
Please, we programmers already know the English we need to program, we don't need "help".
Anyway: is there any way to make sure that my flows will work, or should I pray that the processor that executes them will understand my functions in Spanish? Is there any way, at the beginning of the flow (or in the environment options), to set the programming language to English?
Thanks a lot