Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: void Translate(string, string, string, string, string)

Declaration

public static void Translate(
    string ok,
    string captionInfo,
    string captionQuestion,
    string captionWarning,
    string captionError
)

Summary

Applies a translation to certain default strings, on the assumption that all messages are to be shown with the same translation.

Parameters

stringok Translation for the default "OK" button.
stringcaptionInfo Translation for the default window caption for informational messages.
stringcaptionQuestion Translation for the default window caption for question messages.
stringcaptionWarning Translation for the default window caption for warning messages.
stringcaptionError Translation for the default window caption for error messages.