M
Maksim Izbrodin
We are working on a localizable application created using
Visual C# .NET 2003 with the UI strings stored in all the
separate localized resource files. Are there any means to
automatically verify that all the strings used in the
code (referenced by resource entry names) are defined in
the resource files?
When we used Visual C++ 6.0 such kind of verification
always performed automatically at compile time and we
didn't have to care much about it (the resources were
accessed by IDs which were defined in resource.h file and
a reference to any missing ID resulted in a compilation
error).
Thank you,
Maxim
Visual C# .NET 2003 with the UI strings stored in all the
separate localized resource files. Are there any means to
automatically verify that all the strings used in the
code (referenced by resource entry names) are defined in
the resource files?
When we used Visual C++ 6.0 such kind of verification
always performed automatically at compile time and we
didn't have to care much about it (the resources were
accessed by IDs which were defined in resource.h file and
a reference to any missing ID resulted in a compilation
error).
Thank you,
Maxim