Search code examples
jsonbotframeworkmicrosoft-teamsmicrosoft-appstudio

Line breaks in the description - MS Teams App Studio


In the MS Teams App Studio, in Manifest Editor.

I have a bilingual description for our app and want to separate them some way.

Example snapshot

How can I insert a break line? Is it even possible.

I have tried \n , \\n , &, and br tag

Solution

  • Instead of putting bilingual one after other you could show one based on the client language settings. Please take a look at Localization file JSON schema to support multiple languages.