Dictionary English<=>German LinguaDict
Ralph Nusser, Sogetes Computer-Services
http://www.sogetes.com
Translate words from English to German
Description:
/*
Syntax:
_Dictionary_LinguaDict ( myWord ; Language )
Parameters:
myWord: one or more words
Language: en = English, de = German
Author:
Ralph Nusser, Sogetes Computer-Services, February 8th, 2008
http://www.sogetes.com
Example:
http://www.linguatec.net/onlineservices/linguadict?dt=&en=pagebreak
*/
Let ( [
a = "http://www.linguatec.net/onlineservices/linguadict?dt=";
b = Case (
Language = "de";myWord;
"");
c = "&en=";
d = Case (
Language = "en";myWord;
"")
];
a & b & c & d )
Note: these examples are not guaranteed or supported
by BrianDunning.com. Please contact the individual developer with any questions
or problems.
This
is my Web Viewer Example and I want to edit it
digg this page | del.icio.us this page
Newest Web Viewer Examples:
Web Viewer Example Authors:
Link to all of your own Web Viewer Examples on this site with the following URL:
http://www.briandunning.com/filemaker-web-viewer/results.php?author=Your
Name Here