Create properties in resource files and use them, .NET will automatically find the correct resource file, also just make sure that the name of the property is the same in all resource files, so it will replace the property value on the .aspx page with the value in the resource file.
Do not encode the html markup in the resource file, do not use the html markup on the .aspx page itself, just get the basic values from the resource files.
source
share