Link Search Menu Expand Document

Laravel Translate

Contents
  1. Using translators

Using translators

Translators are services which take in a line of text and return a translated string in the requested language. They usually use third party translation services such as google translate to provide these translations.

You can use a translator to provide runtime translations by referring to the driver name (translations can also be called drivers, since they allow us to use third party software). In the same configuration definition, you can provide settings to the translator such as access keys or urls. This is furthered in the driver configuration section.

We provide a set of official translators which are installed by default, and third party translators we know of created by the community. If you’ve created a translator you think others may be interested in, let us know!


Table of contents