question

MohammadJaved-1868 avatar image
1 Vote"
MohammadJaved-1868 asked AmosWu-MSFT commented

how to create multilingual((English/Arabic/French) sites in SPFx.

Dear Team,

Please help us to create multilingual((English/Arabic/French) sites in SPFx dynamically as per the user profile culture.
we are using pnp/sp to set user profile but profile is not getting changed instantly.

regards.
Danish.
mohd.danish@comm-it.in

office-sharepoint-server-developmentoffice-sharepoint-server-customization
· 2
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hi @MohammadJaved-1868 ,
Do you have any update on this issue?If my answer helps you,you could accept it as an answer.
Thank you.

0 Votes 0 ·

Hi @MohammadJaved-1868 ,
I am checking to see how things are going there on this issue. Please let us know if you would like further assistance.
You can accept the helpful post as answer to help other community members find the helpful information quickly.
You can also share your own solution here and mark it as answer, and we can learn from each other.

0 Votes 0 ·

1 Answer

AmosWu-MSFT avatar image
0 Votes"
AmosWu-MSFT answered AmosWu-MSFT edited

As far as I know,application internationalization needs to configure a file for each language separately, and configure all the content that needs to be displayed in the configuration file to the corresponding language.
Official tutorial on creating multilingual spfx:https://docs.microsoft.com/en-us/sharepoint/dev/spfx/web-parts/guidance/localize-web-parts
User profile service needs to wait for a low-priority timer job to synchronize the User Profile in each site collection, so it needs some time.


If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.