Documentation Center

Load specific language GUI

This API is used to load Graphic User Interface in a specified language.

Example API call

/servlets3/wietmsd?date=1459933656569&target=resource&action=html&file_name=config/resources-fr.prop&date=1459933656569

Parameters

ParameterDescription
targetresource
actionhtml
file_nameLanguage resource file, such as config/resources-fr.prop or config/resources-en.prop
dateTo prevent browser-side caching of data, especially with AJAX requests, it is important to make a URL unique. The most effective technique to accomplish this is to include a time parameter that is based on the time at which the call is made.

Returns

On success
The specified resource file, such as config/resources-fr.prop, is loaded from the current skin.
On failure
<P>File config/resources-fr.prop not found (2).</P>