Méthode | Description | |
---|---|---|
str ( string input ) : string | ||
str ( string input, string>.Dictionary |
Translate a string placeholder into the current language
|
public static str ( string input ) : string | ||
input | string | |
Résultat | string |
public static str ( string input, string>.Dictionary |
||
input | string | String placeholder from a translations file |
replacements | string>.Dictionary | A dictionary of replacements to do in the translated string |
Résultat | string |