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
string | ok |
Translation for the default "OK" button. |
string | captionInfo |
Translation for the default window caption for informational messages. |
string | captionQuestion |
Translation for the default window caption for question messages. |
string | captionWarning |
Translation for the default window caption for warning messages. |
string | captionError |
Translation for the default window caption for error messages. |