def main(request, response):
    return [("Content-Type", "text/plain"),
            request.headers.get("Accept-Language", "NO")]