Translate a given source string to the target locale. Returns the translated string asynchronously.
source
locale
Future<String> translate(String source, Locale locale);