Hi
I'm translating some software code that has been written partly in french; there are several instances where the word "chaine" occurs - for example:
functions like "getChaineDansFlux()" and "getChaineNiemeDansFlux()", as well as "getParamChaineDansFichier()".
Am I correct in thinking that these translate as follows?
"getChaineDansFlux()" = "getVariableString()"
"getChaineNiemeDansFlux()" = "getNthStringInVariable()"
"getParamChaineDansFichier()" = "getStringParameterInFile()"
The above are specific functions expressed in computer software.
Can any one help? Thanking you in advance.
I'm translating some software code that has been written partly in french; there are several instances where the word "chaine" occurs - for example:
functions like "getChaineDansFlux()" and "getChaineNiemeDansFlux()", as well as "getParamChaineDansFichier()".
Am I correct in thinking that these translate as follows?
"getChaineDansFlux()" = "getVariableString()"
"getChaineNiemeDansFlux()" = "getNthStringInVariable()"
"getParamChaineDansFichier()" = "getStringParameterInFile()"
The above are specific functions expressed in computer software.
Can any one help? Thanking you in advance.