PHP Classes

File: languages.php

Recommend this page to a friend!
  Classes of adriano ghezzi   PHP Yandex Translate API Wrapper   languages.php   Download  
File: languages.php
Role: Example script
Content type: text/plain
Description: available languages
Class: PHP Yandex Translate API Wrapper
Translate text between languages using Yandex API
Author: By
Last change:
Date: 7 years ago
Size: 192 bytes
 

Contents

Class file image Download
<?php
require_once "../apiYandex.php";
$dirs=null;
$langs=null;
$yandex=\yandex\apiYandex::Factory();
$yandex->getSupportedlanguages($dirs,$langs);
require_once
"languagesList.html";
?>