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

List of interview questions collections at www.dpoint.weebly.com

2 Answers   IBM,


Explain what is postback in asp. Net?

0 Answers  


Write some code using interfaces, virtual methods, and an abstract class`

0 Answers  


what is mean by framework?

3 Answers  


extensibility in asp.net2.0

0 Answers  






What method do you use to explicitly kill a users session?

2 Answers   Siebel Systems,


What is the purpose of session management?

0 Answers  


how can u create the blog in asp.net with C#?what is the data type u will use to store in sql server?

0 Answers   IBM,


What is asp.net ajax?

0 Answers  


In try catch blocks one is normal catch block and another is sqlcatchexception block

3 Answers   Microsoft,


What is intrinsic objects in asp.net?

0 Answers  


what do machine key element in configuration file specify?

1 Answers   TCS,


Categories