Questions tagged [localization]
In computing, internationalization and localization are means of adapting computer software to different languages, regional differences and technical requirements of a target market.
109 questions
0 votes
1 answer
590 views
Multilingual SharePoint Framework (SPFx) - switching language
I'm adding multilingual support to an existing webpart. Easy enough with the different locale string files and testing with the --locale pararmeter on gulp serve. What I don't understand though is ...
1 vote
0 answers
179 views
How to use a ResX file to batch translate list columns in SharePoint Online
I'm trying to use ResX Resource Manager (RRM) to batch translate list columns in SharePoint Online. Something's not working as I expected and I'm not sure where I went wrong. I'm using SharePoint in ...
1 vote
1 answer
191 views
How to mark a page as a language copy?
I have a SharePoint Online site, where I need to translate some pages into different target languages. My site's default language is English, thus the source language of a page is always English. The ...
0 votes
1 answer
335 views
How to create a specific language copy of a page with REST API?
I came across this article, which states that a language copy can be created with an API call like this: POST https://tenant.sharepoint.com/sites/sitename/_api/sitepages/pages(<Source page ID>)/...
0 votes
1 answer
366 views
issues while trying to localize site column
I found a few option on how to localize or provide a localized site column. PnP templates with resource files will provide the fields in the language but will not localize it when the site language ...
0 votes
1 answer
1k views
PowerShell - Add a secondary admin to SP sites including OneDrive sites, change sites locale and remove the secondary admin account
Good morning all. I have a dilemma - our SP tenant has been set with UK region, but with US locale. and this causes problems with American date formats etc. I have run the following PS script to ...
0 votes
1 answer
261 views
Multilingual PNP provisioning for SharePoint Group
Did anybody try applying localization using PNP Provisioning for SharePoint groups? I have tried but it is not working. Can somebody please help? <?xml version="1.0"?> <pnp:...
0 votes
1 answer
579 views
How to modify the SharePoint Online List field names for every language?
SharePoint Online List "Display name" - Not the same for everyone (Localization) Hello Guys, My co-worker changed the name of a SharePoint Online list field (via list settings, not the quick editor) ...
0 votes
1 answer
609 views
Enabling Multilingual/Localization in SharePoint Framework Client Side Webparts
How to do Multilingual/Localization support in SharePoint Framework Client Side Webparts?
0 votes
2 answers
1k views
import interface in mystrings.d.ts
I want to add multiple languages to my spfx web part. Now I want to import some interfaces to my mystrings.d.ts declaration file. But when I do that it breaks the definition and I get a lot of errors ...
0 votes
0 answers
51 views
After upgraded Sharepoint Foundation we have unicode/letter issues
So no need to pretend like I'm an expert cause I'm not. We have a file management system we use for a lot of stuff that was developed for us a few years back, this is hosted on a Sharepoint ...
2 votes
1 answer
196 views
How can I force a PowerShell runbook return English error messages
I have a localized tenant and troubleshooting a SharePoint provisioning runbook. My problem is that it returns mixed (localized and English) error messages. Like New-PnPWeb gives English errors, but ...
2 votes
0 answers
43 views
SharePoint list forms not taking labels from Resource files
I have a site with 2 languages i.e., English and Arabic. Here I have two different webs with their respective languages as default i.e., English for en-us and Arabic for ar-qa. I have created resource ...
0 votes
1 answer
93 views
sharepoint localization
I have a SharePoint site with variation En,Ar. I want to add new sub-site say Fr but the site in English language but the master-page, menu, titles and the content will be in french and the admin site ...
1 vote
1 answer
208 views
SP2013 retrieving localized term Path (term.getPath(lcid))
I'm on SP2013 on prem, using JSOM trying to retrieved localized version of term's path: function getTranslation(refinerguid, language, termstorename, success, error){ initTax(termstorename); ...