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
Window | window | Window whose controls are to be translated. |
object | translation | Object containing the translations. |