Maps local language to remote language.
Parameters
string $language:
Local language code.
Return value
string
Remote language code.
Related topics
File
- src/TranslatorInterface.php, line 226
Class
- TranslatorInterface
- Interface for the tmgmt_translator entity.
Namespace
Drupal\tmgmt
Code
public function mapToRemoteLanguage($language);