interface IApplyToStringOptions {
    language?: string;
}

Properties

Properties

language?: string