† session_language ()
Definitively removed in API Version 2.8.1
DEPRECATED. Use session_set_language () instead
session_language ( token, language )
Is a function to set the active language of the active user. | |
Input parameters: | token: is the session id obtained in the session_init call language: is the active language of the user, for example “ES” for Spanish. This parameter can be obtained calling the function session_get_language_list() |
Output parameters: | ErrorMsg: any fault in the call, either in the validation of input parameters, errors in the connection to the database or any other error, this parameter returns the error message produced |
Request sample: | session_set_language ( “LCAAAAAAAAAAAAAAAAAAAAAAAA”, “ES”); |
Response sample: | <?xml version="1.0" encoding="utf-8" standalone="yes"?> <ErrorMsg></ErrorMsg> |
Notes: | To be replaced by session_set_language() |