Log:
if u update En.rc please update all other langues files, use
the english text if no translatesion is not availbal, other
wise it will bsd in windows or in reactos and we get diffent
functions on each langues. DO NOT DO THIS MISTAKE
The resource loader will load the English text if the text is not available in the
selected language (at least that's what is supposed to happen, if it doesn't
there's a bug in the resource loader).
Correct with one small exception: String table resources are loaded in chunks
of 16 strings, so strings should be updates with great care:
If one inserts new strings into the string table only in English, the
resource IDs of
this new strings should be aligned to a boundary of 16.
Regards,
Martin