diff --git a/demo/dali-demo.cpp b/demo/dali-demo.cpp index d73539e..a13fcc4 100644 --- a/demo/dali-demo.cpp +++ b/demo/dali-demo.cpp @@ -48,6 +48,7 @@ int main(int argc, char **argv) demo.AddExample(Example("builder.example", DALI_DEMO_STR_TITLE_SCRIPT_BASED_UI)); demo.AddExample(Example("image-scaling-irregular-grid.example", DALI_DEMO_STR_TITLE_IMAGE_SCALING)); demo.AddExample(Example("text-label.example", DALI_DEMO_STR_TITLE_TEXT_LABEL)); + demo.AddExample(Example("text-label-multi-language.example", DALI_DEMO_STR_TITLE_TEXT_LABEL)/*TODO - new string*/); app.MainLoop(); return 0;