LanguageTranslate(String, Object) Method

Note: This API is now obsolete.
Translates the invariant text containing placeholders using the culture of currently set ActiveLanguage

Definition

Namespace: KGySoft.Libraries.Language
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
[ObsoleteAttribute("Use the LocalizationHelper.GetString method instead")]
public static string Translate(
	string text,
	params Object[]? args
)

Parameters

text  String
Invariant text with placeholders.
args  Object
Arguments for placeholders.

Return Value

String
The translated text.

Remarks

See Also