NET MAKE PLEASE READ - non English environment

SC file/directory system makes me guessing on file names and that adds unnecessary extra time to my work.

I really, really wish that NET MAKE finally stop using all those NON-ENGLISH settings, file-names, directories, messages, etc. It is so discouraging for the average user and very unprofessional when I run a SC (all English ) and all of the sudden see a GERMAN MESSAGE ON THE SCREEN ! This is crazy! All Portugese messages should be fixed (changed to English), and the software finally should become ENGLISH. I do not mind if later NetMake will release whatever language version they want, but for 99% of world developers ENGLISH language is a MUST. If some one don’t want to learn English to develop applications he/she should probably change profession. I haven’t seen one successful development tool created in other than English language.

here is a fragment of SC6 code:

//--- Converte hora do formato do Usu�rio para o formato do Banco de Dados

function nm_conv_hora(&$hora_out, $form_in)
{
  $hora = "" ;
  $min = "" ;
  $seg = "" ;
  $decim = "" ;
  $ind_hora = 0 ;
  $form_in = strtoupper($form_in);
  if (trim($hora_out) == "" || empty($hora_out))
  {
    return ;

something like this makes me think that buying SC was a big mistake, as creating code like this is simply complete ignorance of international developers.

why majority of people (who know English) like myself have to spend time trying to figure out what the developer used for all those words/coments/variables etc in the code???

Something like this makes mi so much discouraged that I’m just a step away from quitting SC and going to another tool. It is a shame !

I WONDER HOW MANY OF YOU SHARE THE SAME FEELINGS ?

Arthur