MPLAB® Harmony Graphics Suite > Graphics Library > Legato Graphics Library > Legato Interface > h) String Functions > leStringTable_GetLanguageCount Function
MPLAB® Harmony Graphics Suite
leStringTable_GetLanguageCount Function

Gets the number of languages in a string table

C
LIB_EXPORT uint32_t leStringTable_GetLanguageCount(
    const leStringTable* table
);
Parameters
Parameters 
Description 
const leStringTable* table 
the table to query 
Returns

uint32_t - the number of languages in the table

MPLAB® Harmony Graphics Suite