-
Notifications
You must be signed in to change notification settings - Fork 0
API Services ILocalizationService
Christophe SAUVEUR edited this page Sep 29, 2024
·
1 revision
interface ILocalizationService
Localization service interface
Since 2.0
public abstract function bindTextDomain(string $key, string $path, string $charset = 'UTF-8')
Binds a new text domain
Since 2.0
Name | Type | Description |
---|---|---|
$key |
string |
Text domain key |
$path |
string |
Text domain path |
$charset |
string |
Text domain charset (Defaults to UTF-8) |
public abstract function getLanguage(): string
Gets the current language from the current locale
Since 2.0
string
public abstract function getLocale(): string
Gets the current locale from environment
Since 2.0
string
Getting Started | Framework Reference | API Reference | MFX is released under the MIT license