previousTranslation2::replaceEmptyStringsWithKeys (Previous) (Next) Translation2::setLangnext

View this page in Last updated: Tue, 02 Jun 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

Translation2::setCharset

Translation2::setCharset() – Set the charset used to get/store the translations

Synopsis

require_once 'Translation2.php';

mixed Translation2::setCharset ( string $charset )

Description

Set the charset that shall be used when retrieving strings. Currently only used by the MDB2 container.

Parameter

string $charset charset name to pass to the container (for instance, 'utf8')

Note

This function can not be called statically.

previousTranslation2::replaceEmptyStringsWithKeys (Previous) (Next) Translation2::setLangnext

Download Documentation Last updated: Tue, 02 Jun 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.