LocalizationContext Constructor
Namespace: KGySoft.WinFormsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
public LocalizationContext(
Object root,
CultureInfo? language = null
)
Public Sub New (
root As Object,
Optional language As CultureInfo = Nothing
)
public:
LocalizationContext(
Object^ root,
CultureInfo^ language = nullptr
)
new :
root : Object *
?language : CultureInfo
(* Defaults:
let _language = defaultArg language null
*)
-> LocalizationContext
Parameters
- root Object
- The root control or object that is being localized.
- language CultureInfo (Optional)
- The suggested language of the localization operation.
If , the UI culture of the current thread is assumed. This parameter is optional.
Default value: .