Use word embedding to train a language model

Sorry if the question does not make sense at all.
Is there any way to use word embeddings to train a language model? I have some word embedding files and a text corpus. I wanted to use all the resources I have at hand to train a LM.

Thanks in advance.