Maps remote languages to local languages.
Returns a list of local languages that can be mapped to any of the remote languages.
string[] $remote_languages: Remote language codes.
string[] Local language codes.
public function mapToLocalLanguages(array $remote_languages);