The programming language defines keywords and standard class names, and it's best practice to give user defined types, variables and functions also English names (as a non-native speaker I can tell ;-).

So yes, if all is well, you'll be able to read the code.

However languages like Java and Perl allow the full Unicode set for identifiers, so if somebody writes his class names in Kanji, you'll likely have a problem.

Update: For Perl there's a [joke module][1] that allows you to write Perl in Latin. But it's really just that, a joke. Nobody uses things like this seriously.


  [1]: http://search.cpan.org/perldoc?Lingua::Romana::Perligata