I have many resource files in different languages.
Suppose, for example, that we support 3 languages ββ(en, de, fr) and have this file:
common.resx common.de.resx common.fr.resx
I would like to detect cases where, for example, a resource is requested in de but is missing and therefore reverts to the default language. Is there any way to catch this? (so I can register it and add the missing resource later).
thanks
Upthecreek
source share