kernel32 translation question

Michael Stefaniuc mstefani at redhat.com
Sat Jun 19 05:04:38 CDT 2010


On 06/18/2010 09:15 PM, Luca Bennati wrote:
> I found out why it didn't build: a numeric code in the first lines was
> in a wrong format.
> But now i need help to know what exactly i need to put there, because i
> don't know anymore.
> The lines are these (example got from french file):
>
> LanguageNames=(FRA=0x0c:winerr)
> CodePages=(FRA=65001:0)
>
> The problem is only the hexadecimal code in the first line: where i find
> the right value for ITA?
> The one i put (incorrectly) was from ita.nls ...
Easiest from the translation statistics page ;)
FRA is
http://source.winehq.org/transl/lang.php?lang=00c%3A01
ITA is
http://source.winehq.org/transl/lang.php?lang=010%3A01
so you need (ITA=0x10:winerr)

bye
	michael



More information about the wine-devel mailing list