Lagom to support different microservices based on different programming language

We are told a microservice framework should support different kinds of programming language, then different business group can adopt there perfered technology to develop their own microservice.

We can see an example of this kind of microservice framework: spring cloud, it use netflix eureak which can intergrate other programming lauguage microservice.

So, my question: does lagom could support other lauguage’s microservice integration? E.g. python? Any material I can have a look?