The text of this article is not in this database — only its details are. The old site it was published on is gone, but the Internet Archive kept a copy: Multi Language Web-Site in ASP.NET
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment
It is the same account you read, post and publish with — and you will come straight back to this page.

Ravikant TiwariPosted Apr 25, 2019, 9:27 AM
This is a good example but I want to change the whole page of the website according to user change on required languages
Pradeep KumarPosted Nov 19, 2018, 5:34 AM
Can you pls give example with data that we enter in the controls like textboxes saved in the database in that language we selected.
Ashish SrivastavaPosted Jun 29, 2017, 1:43 AM
Good approach >> LoadString(CultureInfo ci) :) really i like this way. can be used on aspx directly via Text="<%$Resources:Resource, DoctorName %>"
Shakti Singh DulawatPosted Apr 20, 2016, 6:05 AM
Nice example
Rajeesh MenothPosted Jul 29, 2015, 7:39 AM
Superb...
Shreya SoniPosted Jan 23, 2015, 3:21 AM
I m not able to download file. Will u please re post the file. Thanks.
Vasanth Kumar TPosted Jan 7, 2014, 7:46 AM
Its very Nice Blog Thank u very Much.......!!!!!!!
Dnyaneshwar BabarPosted Nov 1, 2013, 2:29 AM
really nice post i like it
Rajendra mundePosted Aug 29, 2013, 10:42 AM
Thanks
Krishna GaradPosted Aug 22, 2013, 1:30 AM
@Deepa above is the screenshot of gmail compose box from there you can copy the marathi text or you can use google transletor.
Deepa ShahPosted Aug 21, 2013, 1:57 PM
hi, how do you type text in marathi in resx file
mak makPosted Jun 19, 2013, 8:32 PM
How make multi language site with masterpages in .net using Global.asax file http://www.docstorus.com/viewer.aspx?code=8abf96b8-bcb8-428e-b957-4585e8a8bdd7
Krishna GaradPosted Mar 18, 2013, 1:26 AM
Hi neel as <p> <span> these are html tags you need not to convert those tags you need to convert only content in those tags i.e. text data.
neelPosted Mar 17, 2013, 4:03 AM
Hi,As web page contains different elements <p>,<span> etc. so how to convert these tags in other language using .resx files. can you please explain.
fdeel fdeelPosted Aug 11, 2011, 9:06 AM
Thank alot. it is ok. I added event (Ondatabound="LoadString") and in the event LoadString I did write the next: detailCompany.Fields[1].HeaderText = rm.GetString("company", ci); //get the company detailCompany.Fields[2].HeaderText = rm.GetString("name", ci); detailCompany.Fields[3].HeaderText = rm.GetString("street", ci); detailCompany.Fields[4].HeaderText = rm.GetString("number", ci);
fdeel fdeelPosted Aug 11, 2011, 8:14 AM
Yes Krishna, you are right if we do bind the DetailsView row, but I do mean how we use your code for all HeaderText the DetailsView Fields?
fdeel fdeelPosted Aug 11, 2011, 7:46 AM
It is great article and idea to make multi translation for Button-,Label text. What should we do for the <asp:DetailsView>? I do have DetailsView with few row. see her down. any suggest will be usefull <asp:DetailsView ID="dtlvCompany" runat="server" AutoGenerateRows="False" DataSourceID="linqAddressCompany" Height="50px" Width="100%" GridLines="None" CellPadding="5" DataKeyNames="Id" > <Fields> <asp:TemplateField HeaderText="name"> <ItemTemplate> <asp:Label ID="lblName" runat="server" Text="name"></asp:Label> </ItemTemplate> </asp:TemplateField> <asp:BoundField DataField="Companyaddress" HeaderText="Company" SortExpression="CompanyAddress" /> <asp:BoundField DataField="Street" HeaderText="Straat" SortExpression="Street" /> <asp:BoundField DataField="Number" HeaderText="number" SortExpression="Number" /> <asp:BoundField DataField="City" HeaderText="City" SortExpression="City" /> <asp:TemplateField HeaderText="Type"> <ItemTemplate> <asp:RadioButtonList ID="rdCompany" runat="server" Enabled="False" SelectedValue="private"> <asp:ListItem Value="0">Private1</asp:ListItem> <asp:ListItem Value="1">Private2</asp:ListItem> </asp:RadioButtonList> </ItemTemplate> <asp:CommandField DeleteText="Delete" EditText="Delete" InsertText="Insert" NewText="New" ShowDeleteButton="True" ShowEditButton="True" ShowInsertButton="True" CancelText="Cancel" SelectText="Selecteer" UpdateText="Delete" /> </Fields> <HeaderTemplate>Companydata</HeaderTemplate> <AlternatingRowStyle BackColor="AliceBlue" /> <RowStyle BackColor="White" /> <HeaderStyle CssClass="GridHeader" Font-Bold="true" /> </asp:DetailsView>
partha dharPosted Mar 2, 2011, 1:25 AM
this article is very useful and it is interesting too .
digvijay zalaPosted Feb 28, 2011, 2:45 PM
mind blowing man....
Kiran KaralePosted Feb 28, 2011, 12:32 AM
its a good artical
Krishna GaradPosted Feb 27, 2011, 12:33 AM
Ya sam I'll keep the image where you can see language option.
Sam HobbsPosted Feb 26, 2011, 2:24 PM
This is interesting, Krishna. I hope to use it. There is one confusing thing for me; when composing a message in Gmail, I cannot find the option to specify a language. Perhaps it depends on a setting somewhere but I cannot find that either. If it is there and I cannot see it, then it would help to have an image that shows us what it looks like. That is a suggestion; I don't need it but it might help others. No need to do it just for me.