Web Forms :: Use Tamil Language In App?
Apr 26, 2012How to use tamil in my application
View 1 RepliesHow to use tamil in my application
View 1 Repliesin this codeing working but not showing the tamil fonts.
i need to tamil fonts letters.because i want to website developeing.
extract coding...
<%@ Page Language="C#" UICulture="ta" Culture="ta-IN" AutoEventWireup="true" CodeFile="tamil.aspx.cs" Inherits="tamil" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
[Code]....
need to show the company name in tamil in asp.net using c#
View 1 RepliesHere is the thing. I have an aspx page with NO master page. I have two resource files with the same name (and specifying the language) in the App_LocalResources folder. If I do something like text="<%$ Resources:lblUser %> works fine. What I do to test it is change the browser's selected language.
But, if I do the same in a MasterPage or in a Page that is inside a MasterPage... when changing the Browser's language and refreshing... I'm still getting the default language...
I've been reading some threads about this but the situation was a little bit different.
I'm wondering if .NET allow multilanguage support for Datetime?
I'm trying to convert the Datetime.Now value to equal Tamil Unicode character.
how can i change exception message language to English without changing the users language
[Code]....
I am developing a multi language website. language change is working very well on master page. from master page I am storing session to use in contant pages.
when I am trying to change text (<p>.....<P>) in content page, thats not working.
protected void Page_PreRender()
I have created a web application and generated local resources. Its working when user select language from browser. But what i want is, when user select language from dropdown list, i want to change the pages according to selected language. i can save user selected language in a session. then how should I change/assign local resource file to web page?
View 2 RepliesI'm creating a website that is going to be dual language, so it will have a german face and an english face and the user can swich between the two versions.
How do I do this in MVC?
should I have URIs like
www.mydomain.com/de/home/index
www.mydomain.com/en/home/index
if home is the controller and index is the action then what would the de/en be?
In my site should I have two versions of all controllers and views? one for german and one for english?
I would like to create web site in ASP.NET MVC3 in english language and Turkish language. I would like to know what care do i need to take before designing web site?
View 5 RepliesLanguage problem cookies in the Arab language upload my project to server , I discovered that when you save data[Values] in cookies, we find ( Request.Cookies["test"].Values["val"] -----> تجربة) in that the symbols =?????
View 4 RepliesI have issues with resource language translations.
When page load all contents are displayed according to selected language from master page.
But when page is post back, page forgets language value and returns English language.
I have a requirement which i would like to achieve using .net.What i want is that any person who is having a mic attached should speak in some language.He can select some language from the application and the application would convert his voice into that particular language.i.e Voice-to-Voice conversion. How can i do this?Is there some third party API?How should i start?
View 1 Replies[URL]
In above web site,there is a drop down of "language" which convert the web site in various languages.How to create this type of drop down laungauge which can convert my web site in various Indian launguages.
I want to create website with two different language, language option will be drop down list, how to make it.
View 1 RepliesWe are migrating a project from ASP to ASP.NET. This is a multilingual project. We have to make our website supportable for Russia. Our middle tier is in classic Visual basic COM+ components and we are doing incremental migration (one by one converting from asp to asp.net), so to make it work (asp and asp.net )we are using IFrames instead of master pages. We have the below two options / scenario's
Scenario1: -
ASP.NET ==> RCW ==> Visual Basic COM+ ==>
Data base
In the above scenario to get the multilingual characters to work we are changing "adVarChar" data types in middle tier of Visual basic to "adVarWChar" and in database we are changing varchar data types to nvarchar and char to nchar. In UI in asp.net in the page directive we put
<%
@
Page
Language="C#"
ResponseEncoding="utf-8"
In web.config we are doing below thing.
<
globalization
fileEncoding="utf-8"
requestEncoding="utf-8"
responseEncoding="iso-8859-1"
/>
.................
can we change the language of an existing project or of any windows form or any web form such as from visual basic to c sharp
View 7 RepliesI have a calendar control and 2 flag buttons. One Finish and one Swedish. When i click the swedish i want the calnedar ( are gular one not the ajax toolkit extender) to show in swedish and the same for the finish button.
View 5 Repliesit is possible to mix language on single aspx file ?
View 2 Repliesi have 2 Text-box in my web form.
when i got focus to textbox1 - i want that the language will be hebrew
and when i got focus to textbox2 - i want that the language will be english
how to do it ?
1-i have AwebSite With English language,i want to support this site with Other Language
(arabic language),how can i do that(website with Multiple Language)??
2-how can i make photo gallery in my website?
I have to create user control which will have list of languages and contry flag to implement this i have used DropBox control but i could not able to add flag in dropbox control along with langauge name.
View 4 Repliesi want to switch between english and arabic languages.
View 1 RepliesI'm not sure what is the best way to create website that allows user to change its language. The website is really small, it has couple of pages (Default.aspx, Location.aspx, Catalogue.aspx and Info.aspx), but I'm not sure how to change the language of the content. User can change the language by clicking on one of the four image buttons which then add "lang" query string to the url, but whenever page reloads it keeps adding more and more "lang" querystrings.
View 2 RepliesI have used two language "English" and "Arabic" in my website. My requirement is that if a user visit the english page(eg. Contact Us) of my website and he clicks on "Arabic" language then the same page (Contac Us) of arabic should display. How i will do it?
View 1 Replies