dev-master
9999999-devGoogle Translate API Bundle for Symfony2
MIT
The Requires
- php >=5.4.0
- google/cloud ^0.11.1
by Sven Joder
1.0.0
1.0.0.0Google Translate API Bundle for Symfony2
MIT
The Requires
- php >=5.4.0
- google/cloud ^0.11.1
by Sven Joder
Wallogit.com
2017 © Pedro Peláez
Google Translate API Bundle for Symfony2
Google Translate API Bundle, (*1)
"from" and "to" are optional. Default is "en" to "de"., (*2)
pm_translate:
api_key: '%google_api_translate_key%'
from: de
to: en
/*
* Default Language
*/
$translation = $this->get('pm_translate.services.translation_service')->translate($keywordName);
/*
* Custom Language
*/
$translation = $this->get('pm_translate.services.translation_service')->translate($keywordName, 'en', 'fr');
Google Translate API Bundle for Symfony2
MIT
Google Translate API Bundle for Symfony2
MIT