I created many new attributes in the Bookable Resource entity and I need to have the labels translate to English and French. How can I accomplish that?
Hi.
See if the link below helps you.
docs.microsoft.com/.../translate-entity-label-text
Hi Gabriel,
I am not talking about labels in the entity. I need to translate custom labels in the Schedule Board like custom Resource Filters. In the XML I need to hard code the translation like below: label-id="Gender". OOTB filters are using something like that label-id="ScheduleAssistant.West.Territories". The question is how can I make the translation for my custom resource filters and customize the OOTB ones.
<control type="combo" source="entity" key="Territories" unspecified-key="UnspecifiedTerritory" label-id="ScheduleAssistant.West.Territories" entity="territory" multi="true" />
<control type="combo" source="optionset" key="Gender" label-id="Gender" entity="bookableresource" attribute="lwrk_gender" multi="true">
<data>
<value id="563440000" />
<value id="563440001" />
<value id="563440002" />
<value id="563440003" />
<value id="563440004" />
<value id="563440005" />
<value id="563440006" />
<value id="563440007" />
<value id="563440008" />
<value id="563440009" />
<value id="563440010" />
</data>
</control>
Hi Luiz.
There is a different way to translate those objects from the code using RESX (Web Resource):
https://docs.microsoft.com/en-us/power-apps/developer/model-driven-apps/resx-web-resources
You can find it inside the default solution (search by msdyn_/fps/LocalizationLibrary/LocalizationXml/localizedString.resx)
As you can see I only have the English language installed.
I haven't dealt with multiple languages on the schedule board. However, it looks like same as any other development.
You should have another file with the exact same name and you can set the language to French.
Copy all the content from the original file. Now you can change the text inside the value elements.
You can use Visual Studio to help you with the translation:
www.crmcrate.com/.../
That is exactly what I was looking for.
Thanks a lot
Luiz
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Pallavi Phade as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Tom_Gioielli 46 Super User 2025 Season 2
MVP-Daniyal Khaleel 40
CU23101130-0 17