In the cmsSetLanguage() function, The LanguageCode parameter is an
integer.
When directed to the LanguageCode page for ISO-639:
http://www.lcweb.loc.gov/standards/iso639-2/iso639jac.html
I cannot seem to find the Numeric-3 codes for the language. I can
only see
Ascii-2 or Ascii-3.
Where
f
> int?
> Regards
>
> Marti Maria
> The littleCMS project
> www.littlecms.com
>
>
>
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Kai-Uwe
> Behrmann
> Sent: Sunday, January 14, 2007 8:04 PM
> To: Lcm
PROTECTED] On Behalf Of Kai-Uwe
Behrmann
Sent: Sunday, January 14, 2007 8:04 PM
To: Lcms Liste
Subject: [Lcms-user] cmsSetLanguage
Hello,
is it correct to write:
char LanguageCode[2], CountryCode[2];
LanguageCode[0] = 'd';
LanguageCode[0] = 'e';
CountryCode[0] =
Hello,
is it correct to write:
char LanguageCode[2], CountryCode[2];
LanguageCode[0] = 'd';
LanguageCode[0] = 'e';
CountryCode[0] = 'D';
CountryCode[1] = 'E';
cmsSetLanguage( (int)LanguageCode, (int)CountryCode );
or do I need to byteswap before?
regards
Kai-Uwe Behrmann
--
development for co