how can u display multi language (i.e english,spanish...)
web site?
Answer Posted / deepa
Create resource files for each language.. u want to dispaly
on the website.(add+new item+resource file)
now create instance for resourcemanager class and set its
path.
set the string(u want to convert) to the resource manager.
now panel1.innerhtml=resourcemanager1.string;
and so on...
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is the life cycle of an asp.net page?
Why is xap important?
What is viewstate? In which event of the page life cycle, is the viewstate available?
Is asp.net a language?
Explain about Automatic resource management?
Which is better viewstate or session?
What is a web api? Which protocol is used in a web api?
Why is the standalone environment only useful during the development process?
explain code with datachaching with example
Explain how can you debug your .net application?
Explain transparent caching with aop?
Explain what is the procedure to create the environment for asp.net? : asp.net mvc
How to do state management in ASP.NET?
Define authentication and authorization.
How is application management and maintenance improved in asp.net 2.0?