Method: Pdfcrowd::HtmlToPdfClient#setLocale

Defined in:
lib/pdfcrowd.rb

#setLocale(locale) ⇒ Object



1350
1351
1352
1353
# File 'lib/pdfcrowd.rb', line 1350

def setLocale(locale)
    @fields['locale'] = locale
    self
end