UNPKG

cheetah-framework

Version:

Cheetah Framework JS used in all our applications

13 lines (10 loc) 241 B
import Cookie from '@cheetah/utils/Cookie' export default class { static async switch (lang) { this.afterSwitch(lang) } static afterSwitch (lang) { cheetahApp.updateLocale(lang) Cookie.set('cheetah_language', lang) } }