We have an multi-language INF file that picks up the correct language values
in Win XP but not in Win Vista. The Strings sections in the INF file are as
follows:
[Strings]
MCDD_Desc = "Multi-Channel Device Driver (MCDD)"
[Strings.240A]
MCDD_Desc = "Controlador de dispositivo multi canal"
[Strings.0416]
MCDD_Desc = "Driver de dispositivo de vĂ¡rios canais"
[Strings.0c0c]
MCDD_Desc = "Pilote pour l'application multi canaux"
Questions:
1. Do we have to modify the INF file structure for Vista?
2. Does the order of the [Strings.LanguageID] matter? Perhaps the way it
searches for [Strings] in Vista is different, and we have to put [Strings} in
order: 0c0c then 0416 then 240A?
|