Combu  3.2.2
Unity API Documentation
Error messages localization

Table of Contents

Localize the error messages sent from server

Client request

You can decide in what language the server will output the error messages by setting the property language in the CombuManager instance.

Server response

The default language for messages output is 'en' (english), but if the client sends a specific language request then it is used instead. The file 'errors_{language}.php' must exist in the folder /error_messages of the server.