Jump to content
Developer Wiki and Function Reference Links ×

Syntax or country code of serial numbers needed


Recommended Posts

I think it is a combination of the 4th and the 5th letter that determines the country and language. And then again a serial number for a localised version will also run an english version while the serial for an english version won't allow you to open a localised version.

If you need to know the language of the software, you'd better use the GetCurrentLocalization( VAR language  :STRING; VAR subLanguage  :STRING) call. It'll return you a code like ENG, NLD, FRA, PLN, ...

  • Like 1
Link to comment
  • 2 weeks later...

Thanks so far. We found an api call that delivers the installation language according to ISO 639-3 (that is, what is actually needed - not only the localization of the serial number which can be different)

The language codes according to ISO 639-3 are:
'DEU',
'ENG',
'SPA',
'FRA',
'ITA',
'NLD',
'POL',
'POR'

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...