t = GetCountryInfo(ctry)
ctry argument.
See GetSystemCountry for a list of countries.
GetCountryInfo() will then return a table with the following fields
initialized:
Alpha2:
Alpha3:
t = GetCountryInfo(GetSystemCountry()) Print(t.Alpha2, t.Alpha3)On a German system, this will print "DE" and "DEU".