AM2R-Community-Developers/Atomic

Use String.Format for localizable text that contains variables

Closed this issue · 1 comments

Miepee commented

Is your feature request related to a problem? Please describe.
Currently localizable text that contains variables is used in-code with .Replace to replace the variables.

Describe the solution you'd like
.Format should be used instead.

Miepee commented

Fixed by #18