Methods |
public
|
get(string $key, array $replace = [], string|null $locale = null): mixed
Get the translation for a given key.
Get the translation for a given key.
|
#
|
public
|
choice(string $key, Countable|int|float|array $number, array $replace = [], string|null $locale = null): string
Get a translation according to an integer value.
Get a translation according to an integer value.
|
#
|
public
|
getLocale(): string
Get the default locale being used.
Get the default locale being used.
|
#
|
public
|
setLocale(string $locale): void
Set the default locale.
|
#
|