You are here

function citeproc::get_locale in Bibliography Module 7.2

Same name and namespace in other branches
  1. 6.2 modules/CiteProc/CSL.inc \citeproc::get_locale()
  2. 7 modules/CiteProc/CSL.inc \citeproc::get_locale()

File

modules/CiteProc/CSL.inc, line 98

Class

citeproc
CiteProc-PHP

Code

function get_locale($type, $arg1, $arg2 = NULL, $arg3 = NULL) {
  return $this->locale
    ->get_locale($type, $arg1, $arg2, $arg3);
}