export enum Language {
	ENGLISH = 1,
	SPANISH = 4,
	FRENCH = 5,
}
