* Return a IETF BCP47 compliant language tag associated with the current font.
*
* For information about IETF BCP47, read [Locale.forLanguageTag(java.lang.String)](https://developer.android.com/reference/java/util/Locale.html#forLanguageTag(java.lang.String)")
*
* Note that the returned pointer is valid until ASystemFont_close() is called.
*
* \param iterator an iterator for the system fonts. Passing NULL is not allowed.
* \return a IETF BCP47 compliant langauge tag or nullptr if not available.