You create global resource files by adding the files to a special folder named App_GlobalResources.
This folder must be located in the root of your application.
File: App_GlobalResources\Site.resx
Name Value
Title My website
Copyright Copyright 2006 by the Company
The following page uses the entries from the global resource file.
<%@ Page Language="C#" %>
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
id="ltlTitle"
Text="<%$ Resources:Site,Title %>"
Runat="Server" />
Localize a global resource file by adding culture names to the filename
File: App_GlobalResources\Site.es.resx
Name Value
Title t
Copyright Copyright