public WGLanguage selectDatabaseLanguage(WGDatabase db) throws WGAPIException {
return _langBehaviour.requestSelectDatabaseLanguage(db, _req);
}
public WGContentKey chooseQueryContent(WGDatabase db, Map<String, WGContentKey> contents) throws WGAPIException {
throw new WGNotSupportedException("RequestLanguageChooser cannot do this");
}