Add logic to set default language of the engine
[platform/core/uifw/stt.git] / common / stt_config_parser.h
index 2987661..71716d0 100644 (file)
@@ -28,6 +28,7 @@ typedef struct {
        char*   uuid;
        char*   setting;
        char*   agreement;
+       char*   default_lang;
        GSList* languages;
        bool    support_silence_detection;
        bool    need_credential;