User-715140818 posted
How to Localize or globalize static text within <br> ,<span>,<strong> ,<p> using app_local resource file and can you even explain me how to localize
numeric value within <span> or <strong > text.I have some even some text like <strong>1</strong>
Here is some sample text:
<span>Sample Text Sample Text </span>
<strong>Sample Text</strong>
<br>Sample Text </br>
<p>Sample Text</p>
<span>1</span>
I have plan to use literal control like this .
<asp:Literal runat="server" Id="ltsample" meta:resourceKey="SampleLiteral" />
Then within App_Localresource folder,
we can create any .resx file.Within that file in Name = SampleLiteral and Value="Sample Text"
Can you tell whether this is true or not.If not is there any way to localize text within <br>,<strong> tags