I've created a prototype for how we could add foreign language names to the turtle.py module and erase the language barrier for non-English schoolkids.

The Tortuga module has the same functionality as 

You can test it out by running "pip install tortuga"

https://pypi.python.org/pypi/Tortuga

Since Python 2 doesn't have simpledialog, I used the PyMsgBox pure-python module for the input boxes. This code is small enough that it could be added into turtle.py. (It's just used for simple tkinter dialog boxes.)

Check out the diff between Tortuga and turtle.py here: https://www.diffchecker.com/2xmbrkhk

This file can be easily adapted to support multiple programming languages.

Thoughts? Suggestions?

-Al