Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: string Fmt(TranslationBase, params object[])

Declaration

public string Fmt(
    TranslationBase tr,
    params object[] args
)

Summary

Selects the correct string and interpolates the specified arguments.

Parameters

TranslationBasetr Current translation. Its language’s number system will be used to interpolate the translation.
object[]args Arguments to be interpolated into the translation.