Removed references to Language Chooser Widget until it can be updated to work with the new translation model.

This commit is contained in:
simonwelsh 2011-08-24 16:42:56 +12:00
parent e126506ca2
commit 8342f6b20e

View File

@ -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