hii all , I want to replace my labels in aspx page to user friendly language. i have read about .resx files. but i am not getting correct flow of how to do it..could you plz help... I
A:
its concept of localization and globlization so just go through this : ASP.NET Globalization and Localization
Pranay Rana
2010-07-23 07:40:16
thnk you verry much!! i got it.
Yanka
2010-07-30 08:35:40
A:
Hi,
asp.net provider easy way to resolve your problem.
An exemple:
<asp:Literal ID="LiteralSampleText" runat="server"
Text="<%$ Resources:default, theSampleText %>"></asp:Literal>
So, you have to set theSampleText
in your resx file, for fr,us or other language.
Xstahef
2010-07-23 07:44:21