번역 (2) 썸네일형 리스트형 PHP + Google Translate API 연동하기 PHP + Google Translate API 연동하기 Google translate document sitehttps://cloud.google.com/translate/docs/?hl=ko Google 에서 제공되는 샘플 소스https://github.com/GoogleCloudPlatform/php-docs-samples/tree/master/translate 하지만 그냥 최소한의 코딩으로 처리를 하고자 했기 때문에.. php 함수를하나 만듬. function translate($content) { $handle = curl_init(); curl_setopt($handle, CURLOPT_URL,'https://www.googleapis.com/language/translate/v2'); cur.. Google 웹사이트 번역기 구글 플러그인을 이용해서 내 블로그 , 웹사이트에 번역기능을 추가하는 방법입니다. 사이트 등록 및 스크립트 가져오는 방법 1. 등록 Url : https://translate.google.com/manager/website/add 2. 플러그인 설정하기 . 3. 스크립트 얻기. 4. 등록 후 화면 5. 적용 화면. 이전 1 다음