# File app/models/language.rb, line 16
  def self.current
    self.for_locale(Locale.current.language)
  end