Opc.Ua.TranslationInfo.TranslationInfo C# (CSharp) Method

TranslationInfo() public method

Creates an object from a key and a text.
public TranslationInfo ( string key, string locale, string text ) : System
key string
locale string
text string
return System
        public TranslationInfo(string key, string locale, string text)
        {
            m_key = key;
            m_locale = locale;
            m_text = text;
        }

Same methods

TranslationInfo::TranslationInfo ( ) : System
TranslationInfo::TranslationInfo ( System symbolicId ) : System
TranslationInfo::TranslationInfo ( string key, Opc.Ua.LocalizedText text ) : System
TranslationInfo