Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.17 KB

README.md

File metadata and controls

44 lines (28 loc) · 1.17 KB

MicrosoftTranslator

Microsoft Translator Api

Class Use

'{live login}', // live login email as x.c0d3rz@live.com 'key' => '{Azure account key}', // Key 'text' => '{text}', // hello World 'to' => '{translate Language}', // ar 'from' => '{Text Language}'); // en $MicrosoftTranslator->set($array); // Set All Variables As Array echo $MicrosoftTranslator->translate(); // Translate Output : مرحبا ايها العالم . ?>