You are here

public static function Carbon::getLocale in Persian Date for Drupal 8 8.4

Get the current translator locale

Return value

string

File

src/Library/Carbon/Carbon.php, line 1139

Class

Carbon
A simple API extension for DateTime

Namespace

Drupal\persian_date\Library\Carbon

Code

public static function getLocale() {
  return static::translator()
    ->getLocale();
}