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


just simple question,

if have several resource files page (contains strings each language set) , 1 of files missing particular string, string taken resource file automatically fill gap?

if culture specific resource file don't contain key, asp.net automatically search key in default resource file.


Comments

Popular posts from this blog

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -