Skip to main content
Nova Embed can process resumes written in any language. The scoring engine analyzes resume content regardless of the language used.

Resume language support

Resumes can be submitted in any language. Nova will:
  • Parse and extract information from resumes in any language
  • Evaluate candidates against your criteria regardless of resume language
  • Generate scores and assessments based on the resume content
No configuration is required for multi-language resume processing.

Scoring output language

Coming soon: Control over scoring output language is planned for a future release. Currently, all scoring outputs (verdicts, strengths, concerns, interview focus) are returned in English.
If you need scoring outputs in a specific language, please contact us at nova@dweet.com to discuss your requirements.

Criteria and question generation

You can provide a language hint during criteria and question generation using jobContext.language:
{
  "jobContext": {
    "jobId": "job-123",
    "jobTitle": "Senior Engineer",
    "companyName": "Acme Corp",
    "jobDescription": "...",
    "language": "German"
  }
}
This helps the AI understand the context of the job description, but does not currently affect the output language of generated criteria or questions.