diff -r f13d8247928c -r 425781645fba strings.c --- a/strings.c Thu Feb 17 06:46:36 2005 +0000 +++ b/strings.c Thu Feb 17 07:49:31 2005 +0000 @@ -23,6 +23,7 @@ uint32 version; // 32-bits of auto generated version info which is basically a hash of strings.h char name[32]; // the international name of this language char own_name[32]; // the localized name of this language + char isocode[16]; // the ISO code for the language (not country code) uint16 offsets[32]; // the offsets char data[VARARRAY_SIZE]; } LanguagePack;