Resources are used to specify localized property values for controls on a page.
Once you have created resource files for the languages you intend to support, you can obtain the resource entries to localize control property values on a page either
- declaratively, by using resource expressions, or
- programmatically, by using code.
The following examples show how declarative syntax can be used to access resources.
The following examples show how resources can be accessed programmatically.
Let us now briefly explore how each is done.