Click or drag to resize

ToolsUpdateUILocaleT Method

A helper for setting the UI locale when creating dialogs that use language resource-files.

Namespace: CTExtensions
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public static T UpdateUILocale<T>(
	CTBuiltInExtension parent,
	Func<T> func
)

Parameters

parent  CTBuiltInExtension
func  FuncT
Function that returns the dialog

Type Parameters

T

Return Value

T
See Also