How to get the list of languages provided by a plugin
I'm creating a new wordpress plugin dealing with the admin languages, and I'm wondering if you know how to get the list of languages provided by a specific wordpress plugin ?
like this one :
lang_arr = wp_get_languages("plagin-name");