BaseLanguage

Property in Project

Summary

Gets or sets the base language of the project, as an IETF BCP-47 language tag.

public string BaseLanguage { get; set; };

Remarks

The base language is the language that the Yarn scripts is written in.

Last updated

Was this helpful?