Gettext Функции
PHP Manual

dgettext

(PHP 4, PHP 5)

dgettextOverride the current domain

Описание

string dgettext ( string $domain , string $message )

The dgettext() function allows you to override the current domain for a single message lookup.

Параметри

domain

The domain

message

The message

Връщани стойности

A string on success.

Вж. също


Gettext Функции
PHP Manual