You are here

public function citeproc::get_locale in Bibliography Module 7

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

File

modules/CiteProc/CSL.inc, line 120
CiteProc-PHP.

Class

citeproc

Code

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