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
Describe the differences between the lifecycles of Windows services and Standard EXE?
How is a session stored and maintained in asp.net?
Explain the updatepanel?
How does the service stream content?
What is application variable?
What are the new features implemented in ASP.NET?
Differentiate strong typing and weak typing
What are the security types in ASP/ASP.NET? Different Authentication modes?
Explain about consistent programming model in the .NET framework?
Define tracing.
What is a session in asp.net?
How many languages are supported by .NET at present time?
Whats the difference between abstract factory pattern and factory pattern?
What is app_code folder in asp net?
What does asp in asp.net stand for?