# File lib/wikicloth/namespaces.rb, line 12 def language_name(ns, locale=nil) return nil unless language_namespace_names.include?(ns) locale ||= I18n.locale I18n.with_locale(locale) do I18n.t("languages.#{ns}") end end