ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip       Ask Questions on ANYTHING, that arise in your Daily Life at     FORUM9.COM
Google
 
Categories  >>  Code Snippets  >>  Programming Code  >>  Dot Net Code  >>  ASP.NET Code
 
 


 

 
 ASP.NET Code interview questions  ASP.NET Code Interview Questions
 VB.NET Code interview questions  VB.NET Code Interview Questions
 C Sharp Code interview questions  C Sharp Code Interview Questions
 ADO.NET Code interview questions  ADO.NET Code Interview Questions
Question
How to integrate the regional language in asp.net and c#
like Telugu, Hindi etc,.  send a sample program
 Question Submitted By :: Alapatiprasad
I also faced this Question!!     Rank Answer Posted By  
 
  Re: How to integrate the regional language in asp.net and c# like Telugu, Hindi etc,. send a sample program
Answer
# 1
Hi ,
The logic behind regional language is that convert the 
regional text into unicode (the language supported by 
browser)and this can be done through language converters.

Second way to do is make .eot or .pfr files of your font 
and access that file in your asp.net page.
You have to download WEFT by which you can make eot files 
of your font.
just search in google or you can get it on microsoft site 
also.
just do as given below.

*********************************
//In head tag of page add this code 
<style type="text/css" >

  @font-face 
  {
    font-family: AkrutiDevYoginiUnicode;//Converted font 
name
    font-style: italic;
    font-weight: normal;
    src: url(AKRUTID0.eot); //Your eot file.
   }

</style>


***********************************
 
Is This Answer Correct ?    1 Yes 0 No
Tushar
 
  Re: How to integrate the regional language in asp.net and c# like Telugu, Hindi etc,. send a sample program
Answer
# 2
but how to embed eot file while sending mail in asp.net
 
Is This Answer Correct ?    1 Yes 0 No
Karun
 
 
 

 
 
 
Other ASP.NET Code Interview Questions
 
  Question Asked @ Answers
 
Code for Sending E-Mail with System.Web.Mail?  1
How to integrate the regional language in asp.net and c# like Telugu, Hindi etc,. send a sample program  2
Give coding for Exception Handling Techniques in ASP.NET? Microsoft2
How we implement the paypal in my website and how we make a payment through Credit Card.  1
Code for a Simple Way to Write XML in .NET (XmlTextWriter)  1
What do you create for easier access of data?  1
Give coding for Implementing a Fixed GridView Header in ASP.NET?  1
How to Create Scrollable Micro Windows?  1
How to add checkbox to datagrid?  3
HOw to Build a Nested GridView Control with ASP.NET?  1
How to send e-mail from an ASP.NET application? TCS9
Code for Getting Information About A File?  1
How to Export Data to Excel? Eastcom-Systems2
 
For more ASP.NET Code Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com