Click or drag to resize
TextUtilsGetResourceText Method
Overload List
  NameDescription
Public methodStatic memberGetResourceText(String, String)
Gets the localized text by resource key. If no appropriate text is available, an exception is thrown.
Public methodStatic memberGetResourceText(String, String, CultureInfo)
Gets the localized text by resource key. If no appropriate text is available, an exception is thrown.
Public methodStatic memberGetResourceText(String, String, String)
Gets the localized text by resource key. If no appropriate text is available, the default text is returned.
Public methodStatic memberGetResourceText(String, String, CultureInfo, String)
Gets the localized text by resource key. If no appropriate text is available, the default text is returned.
Top
See Also