Can I use "format specifiers" with Translator.Translate() method?

Hello
Can I use “format specifiers” (like int, fixed, hex), etc. with Translator.Translate method or this is only possible with FormatByKey method?

Thanks

No. Translator:Translate() doesn’t support format specifiers directly. If you need placeholders or formatting like %d, you’ll want to use FormatByKey() instead which is designed for localization with dynamic values.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.