Skip to content
Snippets Groups Projects
titleProcess.js 168 B
import("system.result");
import("system.vars");
import("system.translate");

result.string(translate.withArguments("Price in %0", [vars.get("$param.Currency_param")]));