public static function link_to_language($language, $title = null, $attributes = array())
 {
     return static::link(URL::to_language($language), $title, $attributes);
 }