In traditional asp.net web application, we display texts in
Page, window title etc : Window Title
Html controls : Text box, Tool tips
Sever controls : GridView
Html elements : Div, Span etc
Is there well tested way to assign localized strings to these controls? E.g. Should I iterate through each control in Page Load event and assign localized Spanish strings?, Should I replace inner HTML etc?
We are starting with a project and I don’t want repeat some mistakes.
Or I have to take help of resource files or satellite assemblies to do this job for me?
Replacing the text with jquery or using handler would be a good idea?
Member
14 Points
92 Posts
Page hooks to assign localized strings
Jun 24, 2014 10:13 AM|mux.work|LINK
In traditional asp.net web application, we display texts in
Is there well tested way to assign localized strings to these controls? E.g. Should I iterate through each control in Page Load event and assign localized Spanish strings?, Should I replace inner HTML etc?
We are starting with a project and I don’t want repeat some mistakes.
Or I have to take help of resource files or satellite assemblies to do this job for me?
Replacing the text with jquery or using handler would be a good idea?
None
0 Points
4 Posts
Re: Page hooks to assign localized strings
Jun 27, 2014 03:12 AM|swapniil|LINK
use resource files