Beispiel #1
0
 /// <summary>
 /// Sets the localized version for a specified string used in GUI.
 /// </summary>
 /// <param name="str">String to set localized version for.</param>
 /// <param name="retVal">Localized string.</param>
 /// \new491 Added in version 4.9.1
 public void set_LocalizedString(tkLocalizedStrings str, string retVal)
 {
     throw new NotImplementedException();
 }
Beispiel #2
0
 /// <summary>
 /// Gets the localized version for a specified string used in GUI.
 /// </summary>
 /// <param name="str">String to get localized version for.</param>
 /// <returns>Localized string.</returns>
 /// \new491 Added in version 4.9.1
 public string get_LocalizedString(tkLocalizedStrings str)
 {
     throw new NotImplementedException();
 }