Missing locale resources

Alexandre Julliard julliard at winehq.org
Fri Nov 3 10:36:50 CST 2006


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

> 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?

If you are adding multiple strings then the easiest is to start a new
block. Otherwise if it's a single string, or it logically belongs to
an existing block, then yes you have to add it everywhere if you want
a fallback.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list