fun readBaseLangStream(stream: InputStream): List<MsgId>
Reads the strings of the base language from the input stream.
IOException - if the data in the InputStream is not in the *.lang format
Return
a List of all MsgIds that can be read from the InputStream