SimpleIdServer icon indicating copy to clipboard operation
SimpleIdServer copied to clipboard

How to use custom Global.resx in version 6.02

Open HappyRoot opened this issue 8 months ago • 3 comments

Hello, In version 5.03, I was able to use my own Global.resx file for localization. This functionality appears to be broken in version 6.02. I understand that part of the localization has moved to form builder, but error messages and other system texts still need localization support. Thank you for your help!

HappyRoot avatar Jun 09 '25 11:06 HappyRoot

Hello,

Indeed, it is an issue. We have already pushed some changes to the release/6.0.3 branch to enable the translation of validation messages coming from the backend directly within the form builder.

Best regards, SID

simpleidserver avatar Jun 11 '25 21:06 simpleidserver

@HappyRoot , I made some modifications to the release/v6.0.3 branch. It’s now possible to translate all error and success messages coming from the backend directly within the form builder. In the UI, there's a Translations button — you can click it to update the translations.

Image

simpleidserver avatar Jun 12 '25 21:06 simpleidserver

@simpleidserver Awesome, that was fast! 🚀 Thanks for the quick fix!

HappyRoot avatar Jun 16 '25 07:06 HappyRoot