"Kirill K. Smirnov" <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED]
