Lizmap Web Client Master

translateCtrl extends jController
in package

Service to provide translation dictionnary.

Tags
author

3liz

copyright

2011-2022 3liz

see
http://3liz.com
license

Mozilla Public License : http://www.mozilla.org/MPL/

Table of Contents

Methods

getDictionary()  : jResponseJson
Get JSON containing all translation for a given jelix property file.
index()  : jResponseBinary
Get text/javascript containing all translation for the dictionnary.

Methods

getDictionary()

Get JSON containing all translation for a given jelix property file.

public getDictionary() : jResponseJson
Tags
urlparam

string $property Name of the property file. Ex: map if searched file is map.UTF-8.properties

urlparam

string $lang Language. Ex: fr_FR (optional)

Return values
jResponseJson

index()

Get text/javascript containing all translation for the dictionnary.

public index() : jResponseBinary
Tags
urlparam

string $lang Language. Ex: fr_FR (optional)

Return values
jResponseBinary

        
On this page

Search results