"Kirill K. Smirnov" <[EMAIL PROTECTED]> wrote:
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?
I'd say 1) since 2) is not really an option (you can't add fallbacks to all
places which use LoadString).
--
Dmitry.