You are here

public function PHPExcel_Calculation::getLocale in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation.php \PHPExcel_Calculation::getLocale()

* Get the currently defined locale code * *

Return value

string

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation.php, line 1951

Class

PHPExcel_Calculation
PHPExcel_Calculation (Multiton)

Code

public function getLocale() {
  return self::$_localeLanguage;
}