UNPKG

cv-dialog-sdk

Version:

Catavolt Dialog Javascript API

7 lines (6 loc) 189 B
export declare class CvLocale { readonly language: string; readonly country?: string; constructor(language: string, country?: string); readonly langCountryString: string; }