Module: Tag (I18n::Locale)

Overview
Module Structure
Class Hierarchy
Constants
Tag::RFC4646_SUBTAGS
Tag::RFC4646_FORMATS
Module Methods
Tag.implementation
Tag.implementation= / 1
Tag.tag / 1
is a submodule of
module: Locale ( I18n )
is modularized into
module: Parents   
class: Rfc4646   
class: Simple   
has properties
constant: RFC4646_SUBTAGS   
constant: RFC4646_FORMATS   
module method: implementation   
module method: implementation= / 1   
module method: tag / 1   
is defined at
#5 in active_support/vendor/i18n-0.4.1/i18n/locale/tag/parents.rb  
#12 in active_support/vendor/i18n-0.4.1/i18n/locale/tag/rfc4646.rb  
#7 in active_support/vendor/i18n-0.4.1/i18n/locale/tag/simple.rb  
#5 in active_support/vendor/i18n-0.4.1/i18n/locale/tag.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: I18n
  module: Locale
✗ module: Tag
module: Parents     
class: Rfc4646     
class: Simple     

Class Hierarchy

Constants

Tag::RFC4646_SUBTAGS

#13 in active_support/vendor/i18n-0.4.1/i18n/locale/tag/rfc4646.rb

RFC4646_SUBTAGS = [ :language, :script, :region, :variant, :extension, :privateuse, :grandfathered ]   

Tag::RFC4646_FORMATS

#14 in active_support/vendor/i18n-0.4.1/i18n/locale/tag/rfc4646.rb

RFC4646_FORMATS = { :language => :downcase, :script => :capitalize, :region => :upcase, :variant => :downcase }   

Module Methods

Tag.implementation

#12 in active_support/vendor/i18n-0.4.1/i18n/locale/tag.rb

implementation

Tag.implementation= / 1

#17 in active_support/vendor/i18n-0.4.1/i18n/locale/tag.rb

implementation= ( implementation )