lv_xml_translation.h¶
Functions
-
lv_result_t lv_xml_translation_register_from_file(const char *path)¶
Register translations from an XML file
- Parameters:
path – path to an XML file (staring with a driver letter)
- Returns:
LV_RES_OK: no error
-
lv_result_t lv_xml_translation_register_from_data(const char *xml_def)¶
Register translations from an XML string
- Parameters:
xml_def – the XML definition as a string
- Returns:
LV_RES_OK: no error