Skip to content

Commit 5e04cc5

Browse files
JarbasHorstVesaJuvonen
authored andcommitted
Update creating-team-manifest-manually-for-webpart.md (SharePoint#5123)
Added forcelocale query parameter used to specify current language.
1 parent b686e92 commit 5e04cc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/spfx/web-parts/guidance/creating-team-manifest-manually-for-webpart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ To side load a SharePoint Framework web part as a Microsoft Teams application, y
5050
{
5151
"entityId": "com.contoso.personaltab.spfx",
5252
"name": "My SPFx Personal Tab",
53-
"contentUrl": "https://{teamSiteDomain}/_layouts/15/TeamsLogon.aspx?SPFX=true&dest=/_layouts/15/teamshostedapp.aspx%3Fteams%26personal%26componentId={{SPFX_COMPONENT_ID}}",
53+
"contentUrl": "https://{teamSiteDomain}/_layouts/15/TeamsLogon.aspx?SPFX=true&dest=/_layouts/15/teamshostedapp.aspx%3Fteams%26personal%26componentId={{SPFX_COMPONENT_ID}}%26forceLocale={locale}",
5454
"scopes": [
5555
"personal"
5656
]
@@ -138,7 +138,7 @@ Below json structure demonstrates sample manifest file content.
138138
{
139139
"entityId": "com.contoso.personaltab.spfx",
140140
"name": "My SPFx Personal Tab",
141-
"contentUrl": "https://{teamSiteDomain}/_layouts/15/TeamsLogon.aspx?SPFX=true&dest=/_layouts/15/teamshostedapp.aspx%3Fteams%26personal%26componentId=50ef7075-1c74-4b40-809b-6aad4b4e2445",
141+
"contentUrl": "https://{teamSiteDomain}/_layouts/15/TeamsLogon.aspx?SPFX=true&dest=/_layouts/15/teamshostedapp.aspx%3Fteams%26personal%26componentId=50ef7075-1c74-4b40-809b-6aad4b4e2445%26forceLocale={locale}",
142142
"scopes": [
143143
"personal"
144144
]

0 commit comments

Comments
 (0)