In reply to: Jacek
Hi Maksymilian,
It's about changing the label in the portal, where users see it.
I'm thinking about using the WEBCON BPS Translator application, but I'm not sure if it's a good idea.
It took me a while, but I've found the right place. You'll need access to server, where BPS Portal is installed though.
If the install has been made with default values, then there is this path:
C:\Program Files\WEBCON\WEBCON BPS Portal\wwwroot\Assets\PortalTranslates - it contains translations used on the Website.
You should be also able to get there with IIS Explore button.
If you want to modify Business Entity (Spółka) to Branch (Oddział) in Polish language, then edit this file: JsTranslations.pl.resx.json
Search for "company" (with quotes) - it is the key, then edit the value part to your translation.
I've checked it for persistance between server restarts, and it stays there.
I'm not sure if the translations aren't overwritten when installing update - make sure to check it if you would like to change it.
From my perspective I'd rather stick with the default naming, it's possible to achieve what you want, but it requires some digging, and maintenance might require some work.
In attachment you can find screenshot of example modification - .json file, and screenshots after.
And on the BPS Translation tool - it's usefull for translating configuration elements, but I don't think it could change translation of Business Entity.