I have developed a large business portal. I just realized I need my website in another language. I have researched the solutions available like
Used third party control on my website. (Does fit in my design. Not useful regarding SEO point of view. Dont want to show third party brand names.) Create Resource files for each language.( A lot of work required to restructure pages to use text from resource files. What about the data entered by the user like Business Description. )
I was thinking of a solution like a when a page is created on server side then I could translate it before sending back to client. Is there any way I can do that?(to translate everything including data added from databases or through a code. And without effecting design. )
i am building a multi language website. static text i m translating using resource files, but data returned in dataset i am to bind with dropdownlist. i don't know how to translate that data and bind that. i have tried google translate element but it gives too many languages and i only need 3 or 4.
We have a requirement wherein we need to translate all dynamic pages(i.e database driven pages) to Chinese language. Does .NET provide any API for this, or there are third-party APIs for the same. Which third-party is best recommended?
I'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.
I have included googles provided google translate script on websites home page, all it translated is just teh home page not the other pages on the website.I read about googletranslate.api, does any one has any info or an example how to embed teh google translate.api translate feature to whole website.
Is there any way to install google plugin's in .net. for e.g. if chinese wan't there content should display in there language then it should display on one click
I am implementing google translate in my asp.net through that we can translate our website to 60 more language but when I implement totally my alignment is changing so what to do now?
I am building a website using Asp.net with C# and back end support is SQL server.How to add multilingual support to it?Like in google or facebook there are various link button for various languages?I want to implement the same thing.
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 am developing a web site in asp.net and sql server database. i want the users will type in bengali language in text boxes and store the data in database.
How i develop multi language website in asp.net for this what steps i need if i already have sqlserver db,design template, requirements stuff and application flow
I want to build multi-language website in asp.net 2008 and asp.net 2010. So, which process is better for building application? Using either Local and Global Resource or New Folder to make separate according to language?
Application performance should be good and also easy manageable.
I have downloaded and reviewed this tutorial [URL] several times. It seems simple enough however the app_GlobalResource file is not working... so here it is.
I downloaded the sample project c# version, the website run nicely except for the global part. When I change the language in IE8 it doesn't change on the page. What is missing, is there something in IE 8 that needs to be turned on or off? I have Win7x64, VS08, IIS running asp 2.0 and IE8.
When I am inside VS08 and use the expressions property the app_GlobalResource link is there (the default) but doesn't switch between the languages.