|
OpenTAP 9.35
API 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...
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.35 API built Thu Sep 3 2026 13:51:29