OpenTAP 9.34
API Reference
OpenTap.Translation Namespace Reference

Classes

interface  IStringLocalizer
 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...
 
class  TranslationManager
 Functions for working with translations. More...
 

Functions

class FormatString (string format)
 A FormatString is a string which requires format parameters.
 

Function Documentation

◆ FormatString()

class OpenTap.Translation.FormatString ( string format)

A FormatString is a string which requires format parameters.

Creates a formatted string based on this instance and the provided format arguments.

Parameters
argsThe format arguments
Returns
The formatted string

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