Search code examples
asp.netresourcesresx

if a resource value is missing in one resx file will it use the same value from the default resx file


Just a simple question,

if i have several resource files for a page (contains strings for each language set) and one of those files is missing a particular string, will the string be taken from another resource file automatically to fill the gap?


Solution

  • If your culture specific resource file don't contain the key, asp.net will automatically search for that key in the default resource file.