Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

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

Declaration

public string Fmt(
    Language lang,
    params object[] args
)

Summary

Selects the correct string and interpolates the specified arguments.

Parameters

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