how can u display multi language (i.e english,spanish...)
web site?

Answers were Sorted based on User's Feedback



how can u display multi language (i.e english,spanish...) web site?..

Answer / f

For this you have to use the resource files in which the
different language words are associated withthe key so u
call the key and select the language then the key will
automatically select its value.

Is This Answer Correct ?    3 Yes 0 No

how can u display multi language (i.e english,spanish...) web site?..

Answer / 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

More ASP.NET Interview Questions

How much data (Max K) can go into a QueryString?

4 Answers   TCS, WEB,


Explain server side state management system.

0 Answers  


What property must you set, and what method must you call in your code, in order to bind the data from some data source to the Repeater control?

4 Answers  


What is %20 in a url?

0 Answers  


What is the roll of JIT in asp.net?

7 Answers  






What is a global postback url?

0 Answers  


What is the file extension of web service?

0 Answers  


Explain login control and form authentication.

0 Answers  


How does a web application session work?

0 Answers  


What is bson in web api?

0 Answers  


what is the requirement that .Net web services can access the java application?

6 Answers   iSoft,


Can a master page inherit another master page?

13 Answers   Emphasis, IBM, NIIT, Sebiz Square,


Categories