Announcements
Hi
I need to create a bilingual ( French and English) page using Marketing page.
How we can do it in dynamics 365. i used to be a Java developer. we use property file to change the labels based on users language preference.
In dynamics 365, do i need to create two pages (one for French and another one for English ) or creating one page and apply dynamically the labels changes to the Marketing page can be done.
Thank you
Thank you for the message.
i verified the setting. French and English languages are enabled in the portal (Web link set), environment setting (under product) and added pages for English and French under "Web Page - local context". However when I browse the page using url (.../fr//testAnotherFrenchPage/), and view the resource code, It always changes the "lang" code to "en" instead of displaying lang="fr" for viewing French pages. Could you please advise how this can be fixed ?.
<!DOCTYPE html>
<html lang="en" class="js backgroundsize borderimage csstransitions fontface svg details progressbar meter no-mathml cors xlargeview wb-enable">
language was already enabled
Portal also configured - Weblink set is configured for English and French
Thank you i will try and let you know.
HI.
This is going to depend on what you want to translate.
- By default, if you add new languages to the Dynamics installation, users can configure their profile to display in another language. This will switch most standard fields/actions to the new language. Documentation is available on docs.microsoft.com/.../enable-additional-languages
- If you're trying to add new languages to a Portal, it's a similar procedure. You have documentation available on docs.microsoft.com/.../enable-multiple-language-support
- If you want to customize the labels to fit a specific need, you can use the LocalizedLabel type and UserLocalizedLabel property and provide resource files that will be used for translations. You can start reading about this on docs.microsoft.com/.../customize-labels-support-multiple-languages and docs.microsoft.com/.../translate-product-names-properties-into-multiple-languages.
hope it helps
André Arnaud de Cal...
294,125
Super User 2025 Season 1
Martin Dráb
232,871
Most Valuable Professional
nmaenpaa
101,158
Moderator