Missing locale resources

Alexandre Julliard julliard at winehq.org
Fri Nov 3 09:04:24 CST 2006


"Kirill K. Smirnov" <lich at math.spbu.ru> writes:

> So, the question: is this behaviour of resource loader correct?
> Should it fallback to LANG_ENGLISH SUBLANG_DEFAULT if localized string not 
> found and LANG_NEUTRAL/SUBLANG_NEUTRAL is requested (as LoadString does)?

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.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list