PARAMETER:
ar = Arabic | Arabisch
bg = Bulgarian | Bulgarisch
ca = Catalan | Katalanisch
zh-CN = Chinese | Chinesisch
hr = Croatian | Kroatisch
cs = Czech | Tschechisch
da = Danish | Daenisch
nl = Dutch | Niederlaendisch
en = English | Englisch
fi = Finnish | Finnisch
fr = French | Franzoesisch
de = German | Deutsch
el = Greek | Griechisch
iw = Hebrew | Hebraeisch
hi = Hindi | Hindi
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 | Rumaenisch
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
AUTHOR:
Ralph Nusser, September 9th, 2009
EXAMPLE:
Swedish to German
http://translate.google.com/translate?hl=de&sl=sv&tl=de&u=http%3A%2F%2Fwww.filemakerbloggen.se%2Fpost%2FImportera-valutakurser-pa-servern.aspx
Swedish to English
http://translate.google.com/translate?hl=de&sl=sv&tl=en&u=http%3A%2F%2Fwww.filemakerbloggen.se%2Fpost%2FImportera-valutakurser-pa-servern.aspx
==================================================*/
Let ([
a = "http://translate.google.com/translate?hl=";
b = pLanguageTo ;
c = "&sl=" ;
d = pLanguageFrom;
e = "&tl=";
f = pLanguageTo;
g = "&u=";
h = pURL
];
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.
Download the entire US zip code database with latitude and longitude. 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