diff --git a/lv_objx/lv_label.h b/lv_objx/lv_label.h index 64e70fa77..a2ee12684 100644 --- a/lv_objx/lv_label.h +++ b/lv_objx/lv_label.h @@ -128,7 +128,9 @@ void lv_label_set_static_text(lv_obj_t * label, const char * text); * @param label pointer to a label object * @param txt_id ID of the text */ +#if USE_LV_MULTI_LANG void lv_label_set_text_id(lv_obj_t * label, uint32_t txt_id); +#endif /** * Set the behavior of the label with longer text then the object size