create a new folder inside migrations named staticdata
name of this migration file will be SD1-language-data
insert the following rows
[ name ][ is_default][ icon ]
[ lang_az ][ 1 ][ lang_az ]
[ lang_en ][ 0 ][ lang_en ]
[ lang_ru ][ 0 ][ lang_ru ]
be sure that you updated the service method for this changes [use this columns on methods]
create new method inside language service which returns default language (is_default = 1) (there is always one row, don't use list for it)