我已经将扩展"powermailrecaptcha“集成到我的一个TYPO3网站的powermail表单中。输出包含英文标题"I'm not a robot“。我想用德语显示它。captcha image
该怎么做呢?有什么帮助吗!
谢谢!
发布于 2021-02-08 19:22:06
这不是来自powermail的标签,它是google ReCaptcha。但是,你可以从开发者指南中找到一些方法:https://developers.google.com/recaptcha/docs/display
<script type="text/javascript" src="https://www.google.com/recaptcha/api.js?hl=es">您可以将语言参数传递给Recaptcha.For more,请在此处查看配置设置:https://developers.google.com/recaptcha/docs/display#config
https://stackoverflow.com/questions/66099537
复制相似问题