Show / Hide Table of Contents

Method AddTranslation

| Edit this page View Source

AddTranslation(in string, string)

Add a translation.
Declaration
public void AddTranslation(in string token, string translation)
Parameters
Type Name Description
string token Token of the translation you want to add.
string translation The translation.
| Edit this page View Source

AddTranslation(in string, in string, string)

Add a translation.
Declaration
public void AddTranslation(in string language, in string token, string translation)
Parameters
Type Name Description
string language Language of the translation you want to add.
string token Token of the translation you want to add.
string translation The translation.
| Edit this page View Source

AddTranslation(in string, Dictionary<string, string>)

Add a group of translations.
Declaration
public void AddTranslation(in string language, Dictionary<string, string> tokenValue)
Parameters
Type Name Description
string language Language of the translation you want to add.
Dictionary<string, string> tokenValue Token-Value dictionary.
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Generated by DocFX
☀
☾