【发布时间】:2022-07-07 05:05:11
【问题描述】:
我的应用程序中有 Azure AD B2C 身份验证,并且我启用了国际化支持。我已经自定义了登录页面,微软提供的语言文件是 json 格式。我需要在我的一些字符串之间添加换行符或换行符,它不起作用。
我添加了\n 和\\n,它不起作用。
{
"ElementType": "UxElement",
"ElementId": null,
"StringId": "forgotpassword_link",
"Override": true,
"Value": "Forgot your password? (Vous avez oublié?)"
},
{
"ElementType": "UxElement",
"ElementId": null,
"StringId": "heading",
"Override": true,
"Value": "Sign in \n \\n (Ouverture de session)"
},
有没有办法在我的字符串之间添加断线?
【问题讨论】:
标签: azure azure-ad-b2c