Lines Matching full:language
12 * License for the specific language governing permissions and limitations under
28 * Detect the language of text. (detections.list)
61 …* @opt_param string target the language and collation in which the localized results should be ret…
87 * Returns text translations from one language to another. (translations.list)
90 * @param string $target The target language into which the text should be translated
95 * @opt_param string source The source language of the text
114 * Lets you translate text from one language to another
134 $this->servicePath = 'language/translate/';
139 …s->serviceName, 'detections', json_decode('{"methods": {"list": {"id": "language.detections.list",…
140 …is->serviceName, 'languages', json_decode('{"methods": {"list": {"id": "language.languages.list", …
141 …>serviceName, 'translations', json_decode('{"methods": {"list": {"id": "language.translations.list…
164 public $language; variable in Google_DetectionsResourceItems
177 public function setLanguage( $language) { argument
178 $this->language = $language;
181 return $this->language;
199 public $language; variable in Google_LanguagesResource
201 public function setLanguage( $language) { argument
202 $this->language = $language;
205 return $this->language;