App_LocalResources
PageName.aspx.resx
Orders.aspx.resx
PageName.aspx.LanguageID.resx
Orders.aspx.es.resx
PageName.aspx.LanguageID-CultureID.resx
Orders.aspx.es-mx.resx
meta:resourcekey
Key.Property
asp:Localize
<asp:Button ... Text="<%$ Resources:, ButtonFindResource1.Text %>" />
GetLocalResourceObject("Key.Property")
App_GlobalResources
GetGlobalResourceObject("ResourceFileName", "ResourceName")
WelcomeString
SharedLocalizedText
<asp:Label ... Text="<%$ Resources:SharedLocalizedText, WelcomeString %>" ></asp:Label>
WelcomeLabel.Text = Resources.SharedLocalizedText.WelcomeString;
ScrewTurn Wiki version 3.0.1.400. Some of the icons created by FamFamFam. Except where noted, all contents Copyright © 1999-2024, Patrick Jasinski.