Class DefaultLanguageChangedEventArgs

    Definition

    Namespace:
    Tizen.Uix.Stt
    Assembly:
    Tizen.Uix.Stt.dll

    This class holds information about the DefaultLanguageChanged event.

    public class DefaultLanguageChangedEventArgs
    Inheritance
    object
    DefaultLanguageChangedEventArgs

    Properties

    View Source

    CurrentLanguage

    The current language.

    Declaration
    public string CurrentLanguage { get; }
    Property Value
    Type Description
    string
    View Source

    PreviousLanguage

    The previous language.

    Declaration
    public string PreviousLanguage { get; }
    Property Value
    Type Description
    string
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX