Missing locale resources

Kirill K. Smirnov lich at math.spbu.ru
Fri Nov 3 09:59:10 CST 2006


> Strings are stored by blocks of 16, so if others strings in the same
> block are defined for Russian the resource loader won't fall back to
> English even if individual strings are missing.

So, what is the right way to add new string?
1) Add to every resource Bg,Cs,Da etc...  untranslated to be sure that string 
will be loaded.
2) Add to En and Ru only. Then check return value of LoadString and if zero do 
LoadStringEx(...LANG_ENGLISH/SUBLANG_NEUTRAL)
3) other way?

Thanks in advance

-- Kirill K. Smirnov



More information about the wine-devel mailing list