I have different amigaguide-files for my program. One for each available language.
I want to include online-help. So if the user hits the help key, or selects the help-menu, the amigaguide according to the userlanguage should open.
So I wanted to use getsystemlanguage() or getsystemcountry() to get the users language and include the according string into the path to the amigaguide-file.
Example code:
Code: Select all
nprint ("Country: "..getsystemcountry().."\nLanguage: "..getsystemlanguage()) waitleftmouse()
Country: 9 Language: 1
Can anyone explain this to me??
Regards
George