Localization Resource Fallback

This demo requires ASP.NET 2.0 to function properly


This example illustrates resource fallback, wherein control property values such as the Select language and Welcome captions use values obtained from a language-specific resource file if available, and defaults to values set in the language-neutral resource file when the selected culture is not supported or the resource file for a selected language is not available.

Select language

Good morning

Welcome to the USA

Your current bill while staying in United States as of

Wednesday, October 08, 2008 5:14 AM

USD $1,234.56 ( US Dollar )

For now, resource files are available only for the following languages: Arabic, Dutch, English, French, German, Italian, Japanese, Korean, and Spanish.


View Source   Exit