Return the content language. @return The language code for the language currently associated with this response
()
| 589 | * @return The language code for the language currently associated with this response |
| 590 | */ |
| 591 | public String getContentLanguage() { |
| 592 | return contentLanguage; |
| 593 | } |
| 594 | |
| 595 | |
| 596 | /** |
no outgoing calls
no test coverage detected