| GetString(String, LocalizationContext) | Gets a localized string for the specified key using the specified context. It invokes the LocalizationRequested event to retrieve the string resource. If the event is not handled, and a resource set is available for the specified context, it retrieves the string from that resource set. |
| GetString(String, LocalizationContext, Object) | Gets a localized string for the specified key using the specified context and formatting arguments. It invokes the LocalizationRequested event to retrieve the string resource format. If the event is not handled, and a resource set is available for the specified context, it retrieves the string from that resource set. |
| GetString(CultureInfo, String, LocalizationContext, Object) | Gets a localized string for the specified key using the specified formattingCulture, context and formatting arguments. It invokes the LocalizationRequested event to retrieve the string resource format. If the event is not handled, and a resource set is available for the specified context, it retrieves the string from that resource set. |