Hello
Can I use “format specifiers” (like int, fixed, hex), etc. with Translator.Translate method or this is only possible with FormatByKey method?
Thanks
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.