multiterm api count number of language terms

I am trying to access the Termbase statistics with the MultiTerm Api.

I am able to retrieve the Total number of entries:

Termbase.Entries.Count.ToString();

But how do I retrieve the breakdown for each language, like this:

Termbase.Statistics.Language.Breakdown

Thanks in advance