How can I determine the current language on the user's system? I'm using this with dynamic constants so I need a way to determine what language is being used.
You could have another dynamic constant with the language name. Or you could use the OS APIs to get the current language - on Windows you would use GetLocaleInfo.
-- Joe Ranieri _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
