Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Doesn't work..


1 reply to this topic

jive02

jive02
  • Members
  • 40 posts

Posted 01 March 2002 - 16:20

Im using:

GetSystemInfo (SELECTED_LANGUAGE, nResult, svResult);

but it doesn't give me anything..I get a sad -1 one in return..


Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 03 March 2002 - 22:38

The answer is in the documentation: there is no SELECTED_LANGUAGE parameter to the GetSystemInfo function. SELECTED_LANGUAGE is a predefined varibale that you can use directly:
Code Sample

nvLanguage = SELECTED_LANGUAGE;