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
In which event of page cycle is the viewstate available?
What is applicatio domain?
How tooltip is set through code-behind in ASP.NET?
How can you handle unmanaged code exceptions in asp.net?
Define machine.config in .net?
What are cookies in asp.net?
What is the sequence in which ASP.NET events are processed?
Why do you use the app_code folder in asp.net?
Explain method to handle error using HttpError in Web API?
Why session is used in asp.net?
when a request is made in Life cycle of ASP.NET page .
What is a query string in a url?
What is http protocol and how it works?
What is a reflection?
Which method do you use to enforce garbage collection in .net?