diff --git a/docs/en/topics/translation.md b/docs/en/topics/translation.md index 92da5dfb6..ed04e1acb 100644 --- a/docs/en/topics/translation.md +++ b/docs/en/topics/translation.md @@ -267,7 +267,6 @@ in the database. ### Switching languages -A widget now exists to switch between languages, and is [available here](http://www.silverstripe.org/Language-Chooser-Widget/). You can easily make your own switchers with the following basic tools. To stay friendly to caches and search engines, each translation of a page must have a unique URL. @@ -348,12 +347,6 @@ Example: <% end_control %> -### Language Chooser Widget - -You can use a widget on your website to provide a list of links for switching languages: -[download](http://silverstripe.org/Language-Chooser-Widget-2/) - - ### Enabling the _t() function in templates If you're looking to use [the _t() function](http://doc.silverstripe.com/doku.php?id=i18n#the_t_function) in template