Skip to content

Type Alias: MultiLangString

ts
type MultiLangString = Record<string, string>;

A dictionary of strings for internationalization of a particular name/string. The key for the record will be a 2 letter language code. There will almost always be an 'en' record.