Set the id and runat attributes for all UI elements including html tags like p etc. like: h1 id=”head1” runat=”server” Heading h1
Create a fallback resource file containing default strings to display
Create a resource file for each language that contains translated strings
Name resource file like: strings.en.resx
Create resource file for each specific culture: strings.ex-MX.resx
Write code to load the resources for the web form using the resource manager class
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment