5 Most Recent
    Location/Geography
    Specialist
    Utility
    Tools
    Weather
    Financial
    Business
    Binary
Service Owner: xmethods.net
Service Home: http://babelfish.altavista.com
Service WSDL URL: http://www.xmethods.net/sd/2001/BabelFishService.wsdl
Inspect WSDL      View WSDL
Short Description: Translates between a wide range of languages. For example -> English to French or French to English.
Implementation: SOAPLite
Quantity Price Setup Fee Setup Time Trial
Unlimited Free 0 Instant No
The Babelfish language translator allows you to translate between a wide variety of different languages. Ideal if you are running a web site and need to add language translations to any part.

Update: 1/7/2003
Here is some info on UTF-8 in Flash MX - so you can include languages other then European (latin) in the Flash Bablefish Client.
Client Name Publisher fVersion Toolkit Added On
Flash Language Translator flash-db.com MX Nusoap 2002-08-12

#include "NetServices.as"
#include "NetDebug.as"

// create result handler for results and error messages.
serviceResult = new Object();
serviceResult.onResult = function(result){
    
trace(result)
}
serviceResult.onStatus = function(status){
    
trace(status);
}

// sets up the gateway connection.
var serverConn     NetServices.createGatewayConnection("<PathToGateway>gateway.php");

// sets up the service.
var service serverConn.getService("http://www.xmethods.net/sd/2001/BabelFishService.wsdl"serviceResult);

// Set the params and call the service
params = {
    
translationmode:'en_fr',
    
sourcedata:'This will be translated to text'
}

// calls the method.
service.BabelFish(params);

// will output 'ceci sera traduit au texte ' if successful


© 2010 The Flash-db.com Community! All Rights Reserved.

Hosting for flash-db.com is provided by Hostrocket.com
< / form > < !-- Google analitycs -->