Coder Social home page Coder Social logo

googletranslate's Introduction

Google Translate

Installation:

composer require ammarfaizi2/googletranslate

Usage :

<?php
require "src/GoogleTranslate.php";
// require "vendor/autoload.php"; // when using composer

use GoogleTranslate\GoogleTranslate;

// Translate from Indonesia to English.
$text = "Apa kabar?";
$from = "id"; // Indonesia
$to   = "en"; // English

$st = new GoogleTranslate($text, $from, $to);
$result = $st->exec();

echo $result; // How are you?

Available Languages: af = Afrikaans
sq = Albanian
am = Amharic
ar = Arabic
hy = Armenian
az = Azerbaijani
eu = Basque
be = Belarusian
bn = Bengali
bs = Bosnian
bg = Bulgarian
ca = Catalan
ceb = Cebuano
ny = Chichewa
zh-CN = Chinese (Simplified)
zh-TW = Chinese (Traditional)
co = Corsican
hr = Croatian
cs = Czech
da = Danish
nl = Dutch
en = English
eo = Esperanto
et = Estonian
tl = Filipino
fi = Finnish
fr = French
fy = Frisian
gl = Galician
ka = Georgian
de = German
el = Greek
gu = Gujarati
ht = Haitian Creole
ha = Hausa
haw = Hawaiian
iw = Hebrew
hi = Hindi
hmn = Hmong
hu = Hungarian
is = Icelandic
ig = Igbo
id = Indonesian
ga = Irish
it = Italian
ja = Japanese
jw = Javanese
kn = Kannada
kk = Kazakh
km = Khmer
ko = Korean
ku = Kurdish (Kurmanji)
ky = Kyrgyz
lo = Lao
la = Latin
lv = Latvian
lt = Lithuanian
lb = Luxembourgish
mk = Macedonian
mg = Malagasy
ms = Malay
ml = Malayalam
mt = Maltese
mi = Maori
mr = Marathi
mn = Mongolian
my = Myanmar (Burmese)
ne = Nepali
no = Norwegian
ps = Pashto
fa = Persian
pl = Polish
pt = Portuguese
pa = Punjabi
ro = Romanian
ru = Russian
sm = Samoan
gd = Scots Gaelic
sr = Serbian
st = Sesotho
sn = Shona
sd = Sindhi
si = Sinhala
sk = Slovak
sl = Slovenian
so = Somali
es = Spanish
su = Sundanese
sw = Swahili
sv = Swedish
tg = Tajik
ta = Tamil
te = Telugu
th = Thai
tr = Turkish
uk = Ukrainian
ur = Urdu
uz = Uzbek
vi = Vietnamese
cy = Welsh
xh = Xhosa
yi = Yiddish
yo = Yoruba
zu = Zulu

googletranslate's People

Contributors

ammarfaizi2 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.