/* * * * (c) 2010-2026 Highsoft AS * Author: Torstein Hønsi * * A commercial license may be required depending on use. * See www.highcharts.com/license * * * */ /* * * * Declarations * * */ export interface LangOptionsCore { decimalPoint?: string; invalidDate?: string; locale?: string|Array; months?: Array; shortMonths?: Array; shortWeekdays?: Array; thousandsSep?: string; weekdays?: Array; weekFrom?: string; }