PARAMETER:
ar = Arabic | Arabisch
bg = Bulgarian | Bulgarisch
ca = Catalan | Katalanisch
zh-CN = Chinese | Chinesisch
hr = Croatian | Kroatisch
cs = Czech | Tschechisch
da = Danish | Dänisch
nl = Dutch | Niederländisch
en = English | Englisch
fi = Finnish | Finnisch
fr = French | Französisch
de = German | Deutsch
el = Greek | Griechisch
iw = Hebrew | Hebräisch
hi = Hindi | Hindi
hr = Kroatian | Kroatisch
id = Indonesian | Indonesisch
it = Italian | Italienisch
ja = Japanese | Japanisch
ko = Korean | Koreanisch
lv = Latvian | Lettisch
lt = Lithuanian | Litauisch
no = Norwegian | Norwegisch
pl = Polish | Polnisch
pt = Portuguese | Portugiesisch
ro = Romanian | Rumänisch
ru = Russian | Russisch
sr = Serbian | Serbisch
sk = Slovak | Slowakisch
sl = Slovenian | Slowenisch
es = Spanish | Spanisch
sv = Swedish | Schwedisch
tl = Tagalog | Tagalog
uk = Ukrainian | Ukrainisch
vi = Vietnamese | Vietnamesisch
Additional languages see
http://translate.google.com/support/
AUTHOR:
Ralph Nusser, November 12th, 2008
EXAMPLE:
Instead of:
http://translate.google.com/translate_t?hl=en#en|de|primary%20key
Take this:
http://translate.google.com/translate_t?hl=en&sl=en&tl=de&text=foreign key
Thanks to Daniele Raybaudi: http://forum-en.filemaker.com/fm/board/message?board.id=FM-en-4&thread.id=1500
*/
Let ([
a = "http://translate.google.com/translate_t?hl=";
b = pLanguageFrom;
c = "&sl=";
d = pLanguageFrom;
e = "&tl=";
f = pLanguageTo;
g = "&text=";
h = pText
];
a & b & c & d & e & f & g & h
)
Note: these examples are not guaranteed or supported
by BrianDunning.com. Please contact the individual developer with any questions
or problems.
Instant Messaging for your FileMaker Pro network. Click
here.
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