# File lib/active_support/vendor/i18n-0.0.1/i18n.rb, line 168
    def localize(object, options = {})
      locale = options[:locale] || I18n.locale
      format = options[:format] || :default
      backend.localize(locale, object, format)
    end