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

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

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? -