Module: ADIWG::Mdtranslator::Writers::MdJson::Locale

Defined in:
lib/adiwg/mdtranslator/writers/mdJson/sections/mdJson_locale.rb

Class Method Summary collapse

Class Method Details

.build(hLocale) ⇒ Object



16
17
18
19
20
21
22
23
24
# File 'lib/adiwg/mdtranslator/writers/mdJson/sections/mdJson_locale.rb', line 16

def self.build(hLocale)

   Jbuilder.new do |json|
      json.language hLocale[:languageCode]
      json.country hLocale[:countryCode]
      json.characterSet hLocale[:characterEncoding]
   end

end