Quote:
Originally Posted by tompe
The Cultureinfo web page says that the code for fr-FR is 0x040C which is 1036. Which is what mobi2mobi printed. So why should that be wrong?
|
Ah, because I had thought the three numbers represented the same three segments I was using (language/region/unknown). My bad. It looks like what mobi2mobi is printing is "unsplit value" / "language code" / "region code >> 2", and once you look at them like that, the numbers make sense again, and the values match what I'm getting. Never mind, then.