Adds an optimized formatter for localization. Example:
```cs
string localizationText = Localization.Format(1050039, "enu", $"{m_Amount}\t{LabelNumber:#}");
```
Fixes #1044
|
||
|---|---|---|
| .. | ||
| Server | ||
| Server.Tests | ||
| UOContent | ||
| UOContent.Tests | ||
Adds an optimized formatter for localization. Example:
```cs
string localizationText = Localization.Format(1050039, "enu", $"{m_Amount}\t{LabelNumber:#}");
```
Fixes #1044
|
||
|---|---|---|
| .. | ||
| Server | ||
| Server.Tests | ||
| UOContent | ||
| UOContent.Tests | ||