How to change the communication language in English with Simplified Chinese in DrRacket

Just start using DrRacket, but it will automatically install the Simplified Chinese environment after I have finished installing it.

I saw the tutorial that is included in the drracket:

C:\Program Files\Racket\doc\drracket\Menus.html#part._.Help

      

However, my Simplified Chinese help button does not include the "Interact with DrRacket in English" option

Is there any other way to change the environment language to English?

+3


source to share


2 answers


Make sure you have this line in ~/.racket/racket-prefs.rktd

:

(plt:human-language english)

      



(Tested against version 5.2.1.)

+8


source


Edit: Sorry. I didn't read the question carefully enough before posting my answer, as the question already states that the Help menu item is not available. However, I tested to change the interaction language to both Chinese and back to English with the current version and it works. Maybe the screenshot can help someone find this setting even faster.

You can also directly use the " Help

GUI menu" to change the interaction language (tested with the current version of DrRacket 7.3), for example by selecting " Interact with DrRacket in English

.



Help menu of DrRacket with options to select interaction language

0


source







All Articles