| TextUtilsGetResourceText Method | 
| Name | Description | |
|---|---|---|
| GetResourceText(String, String) | 
            Gets the localized text by resource key. If no appropriate text is available,
            an exception is thrown.
              | |
| GetResourceText(String, String, CultureInfo) | 
            Gets the localized text by resource key. If no appropriate text is available,
            an exception is thrown.
              | |
| GetResourceText(String, String, String) | 
            Gets the localized text by resource key. If no appropriate text is available,
            the default text is returned.
              | |
| GetResourceText(String, String, CultureInfo, String) | 
            Gets the localized text by resource key. If no appropriate text is available,
            the default text is returned.
              |