Sea.lang.makeLocalizedString
Talk0
98,472pages on
this wiki
this wiki
This article is a part of the documentation of the Sea function library
--
-- makeLocalizedString(...)
--
-- Generates localized strings, inserting the arguments in the order
-- which matchers the <##>. E.g. localizeString("<2> <1>", "a", "B");
-- will generate: "B a".
--
-- Arguments:
-- (string formatString) arg
-- formatString - string with <1> to <arg.n> to be inserted
-- arg - contains the values to insert
--