Jeedom Core

translate.class.php

Table of Contents

Classes

translate
Handles internationalization (i18n) for Jeedom system

Functions

__()  : string
Global translation helper for a single text key

Functions

__()

Global translation helper for a single text key

__(string $_content, string $_name[, bool $_backslash = false ]) : string
Parameters
$_content : string

Translation key

$_name : string

Plugin/widget identifier or path

$_backslash : bool = false

Whether to escape single quotes

Tags
see
translate::sentence()

Core translation method

Return values
string

Translated text


        
On this page

Search results