Translates a string into another language using Google's translate API JSON calls.
public string TranslateGoogleApi(string text, string fromCulture, string toCulture, string googleApiKey)
Parameters
text
fromCulture
toCulture
googleApiKey
Google Api key - if not specified it's read from the configuration
See also:
Class TranslationServices© West Wind Technologies, 2006 - 2019 • Updated: 01/24/18
Comment or report problem with topic