> ## Documentation Index
> Fetch the complete documentation index at: https://nova.dweet.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Language

> Multi-language resume processing and output language

## Resumes

Resumes can be submitted in any language. Nova parses and scores them regardless of the language used. No configuration needed.

## Scoring output

All scoring outputs (verdicts, strengths, concerns, interview focus) are returned in English.

<Note>
  **Coming soon:** Control over scoring output language. Contact **[nova@dweet.com](mailto:nova@dweet.com)** if you need this sooner.
</Note>

## Criteria and question generation

Control the output language with `jobContext.language`:

```json theme={null}
{
  "jobContext": {
    "jobTitle": "Senior Engineer",
    "companyName": "Acme Corp",
    "jobDescription": "We are looking for a Senior Engineer with 5+ years experience...",
    "language": "German"
  }
}
```

When provided, generated criteria and clarification questions are written in the specified language. Defaults to English.
