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

actionscript 3 - TweenLite does not work with object -

php - How can I edit my code to echo the data of child's element where my search term was found in, in XMLReader? -

c# - Global Variables vs. ASP.NET Session State -