-
Hi, I would like to change the placeholder text in the searchbar on default it is in english but i want to change it to dutch, i have tried changing a few lines in mystrinds.d.ts and peoplesearchbox.tsx. Do you have any tips on how i could do this? |
Beta Was this translation helpful? Give feedback.
Answered by
YannickRe
Dec 8, 2022
Replies: 1 comment 1 reply
-
You can either change the value(s) in the en-us.js file: https://github.com/YannickRe/spfx-msgraph-peoplesearch/blob/master/src/webparts/peoplesearch/loc/en-us.js#L17 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Jurick-Li
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can either change the value(s) in the en-us.js file: https://github.com/YannickRe/spfx-msgraph-peoplesearch/blob/master/src/webparts/peoplesearch/loc/en-us.js#L17
or you can create a nl-nl.js or nl-be.js file in that folder, as a copy of the en-us.js and then package and deploy.