UNPKG

stem-core

Version:

Frontend and core-library framework

13 lines (10 loc) 234 B
class Language extends Dispatchable { translationMap = new Map(); getName() { return this.name; } // Returns the name of the language in its own locale getOwnName() { return this.ownName; } }