OpenTAP 9.34
API Reference
OpenTap.Translation.IStringLocalizer Interface Reference

An IStringLocalizer can define localizable strings by calling the Translate() or TranslateFormat() method from a public computed property. Example: public string MyString => Translate("Neutral string") // returns "Translated string" if available A localizable string defaults to the neutral string, unless, OpenTAP is configured to display in a different language in which a translation is available. More...

Inheritance diagram for OpenTap.Translation.IStringLocalizer:
OpenTap.ITapPlugin

Detailed Description

An IStringLocalizer can define localizable strings by calling the Translate() or TranslateFormat() method from a public computed property. Example: public string MyString => Translate("Neutral string") // returns "Translated string" if available A localizable string defaults to the neutral string, unless, OpenTAP is configured to display in a different language in which a translation is available.

OpenTAP 9.34 API built Wed Jul 1 2026 09:21:16