#include <OWBI1_SessionLanguage.hpp>
Inheritance diagram for OWBI1::SessionLanguage:
Public Member Functions | |
virtual | ~SessionLanguage () |
virtual String | getBestLanguage (const StringArray &languages, const String &defaultLanguage=String()) const =0 |
Evaluate the best language to use, based upon what the http client specified, as represented by this SessionLanguage object, and what the caller supports. | |
virtual void | addContentLanguage (const String &contentLanguage)=0 |
virtual String | getContentLanguage () const =0 |
Definition at line 48 of file OWBI1_SessionLanguage.hpp.
|
Definition at line 41 of file OWBI1_SessionLanguage.cpp. |
|
|
|
Evaluate the best language to use, based upon what the http client specified, as represented by this SessionLanguage object, and what the caller supports.
|
|
|