diff options
-rw-r--r-- | content/matchlang.article | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/matchlang.article b/content/matchlang.article index ab8a7d0..b945337 100644 --- a/content/matchlang.article +++ b/content/matchlang.article @@ -10,9 +10,9 @@ Consider an application, such as a web site, with support for multiple languages in its user interface. When a user arrives with a list of preferred languages, the application must decide which language it should use in its presentation to the user. -This requires finding the best match between the languages the applications supports +This requires finding the best match between the languages the applications supports and those the user prefers. -This post explains why this is a difficult decision and how how Go can help. +This post explains why this is a difficult decision and how Go can help. * Language Tags |