spss.SetOutputLanguage Function (Python)
spss.SetOutputLanguage("language"). Sets the language that is used in IBM® SPSS® Statistics output. The argument is a quoted string specifying one of the following languages: "English", "French", "German", "Italian", "Japanese", "Korean", "Polish", "Russian", "SChinese" (Simplified Chinese), "Spanish", "TChinese" (Traditional Chinese), or "BPortugu" (Brazilian Portuguese). The setting does not apply to simple text output.
Example
import spss
spss.SetOutputLanguage("German")