Skip to main content

Create Language translator using ASP.NET

Below screenshot will be the example where you can see the text that we write on text box will convert into selected language.
To translate text into multiple language we need to call webservices.There are multiple number of service code available in google so it will not be a problem.you can select anyone and can create for your site.

Code logic:


string uri = "http://api.microsofttranslator.com/v2/Http.svc/Translate?appId=" + appId +"&text=" + textvalue + "&from=" + from + "&to=" + to;
Screenshot:1
languagetraslator0.gif
Screenshot2:
languagetraslator.gif
Please find the attached code for language translator.
Hope this article will help you in creating translator related stuffs.Give me shout if you need clarification.

Comments

  1. Hi friend,
    according to ur article, I made a websit by using asp.net "VB.net". I need to create listBox that consist of many languages in masterpage to convert the page from english to other language. I need ur help in this point?

    ReplyDelete

Post a Comment

Popular posts from this blog

SharePoint Branding Solution Pack using VS2010

Introduction Today, in this blog I am trying to provide you the Custom Branding solution Pack. This solution pack will save time and effort while developing the custom sharepoint with publishing sites in sharepoint. It works great. So, we all are good to go and use this re-usable solution pack. Description The source code shows how to prepare a structure for Sharepoint Branding solution. This pack contains : Master Page Gallery structure Page Layout Gallery structure Image Gallery Styles Library gallery Event Receiver

Create Custom hit counter in SharePoint2010 using Sandbox Solution

In this blog I am going to demonstrate how to create Hit counter for SharePoint site with user details using sandbox solution. I took reference from codeplex code( http://hitcounter.codeplex.com ) which is sharepoint2007. I modified his sample and tried make it simple and easy for you. Once you understand the way I created then its very simple for you to make any further modification depends on your requirement. This solution will be very useful when you need detail about the person who visit this page and also about the number of time page view with page detail. I created this solution that will make your work easy. It's very simple where you don't need to do anything except deploying the feature and adding the web part into you master page or layout page in sharepoint2010. Below is the screenshot that will display the how it looks like: