Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void TranslateWindow(Window, object)

Declaration

public void TranslateWindow(
    Window window,
    object translation
)

Summary

Translates the text of the specified WPF window and all its sub-controls using the specified translation object, while simultaneously generating C# code for the required translation strings.

Parameters

WindowwindowWindow whose controls are to be translated.
objecttranslationObject containing the translations.