Skip to main content

Notifications

Announcements

No record found.

Dynamics 365 Community / Forums / Commerce forum / Language extension in POS
Commerce forum

Language extension in POS

Posted on by 70

Hi,

I have looked in the the example as outlined in https://docs.microsoft.com/en-us/dynamics365/unified-operations/retail/dev-itpro/pos-view-extension

If I would like to support more languages then en-us I assume that I should add one more language file. But how should I modify the manifest.json file to support more then one language and is POS capable to choose language based on the user / worker setup?

  • Aniket1231 Profile Picture
    Aniket1231 75 on at
    RE: Language extension in POS

    Yes, can change POS language by setting it up at worker level.

    Below code snippet to from SampleExtension's manifest file. You can refer to the complete solution on to add resource file.

    "$schema": "../schemas/manifestSchema.json",

     "name": "Pos_Extensibility_Samples",

     "publisher": "Microsoft",

     "version": "7.2.0",

     "minimumPosVersion": "7.2.0.0",

     "components": {

       "resources": {

         "supportedUICultures": [ "de", "en-US", "fr" ],

         "fallbackUICulture": "en-US",

         "culturesDirectoryPath": "Resources/Strings",

         "stringResourcesFileName": "resources.resjson",

         "cultureInfoOverridesFilePath": "Resources/cultureInfoOverrides.json"

       },

    Cheers,

    Aniket

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.

Helpful resources

Quick Links

November Spotlight Star - Khushbu Rajvi

Congratulations to a top community star!

Forum Structure Changes Coming on 11/8!

In our never-ending quest to help the Dynamics 365 Community members get answers faster …

Dynamics 365 Community Platform update – Oct 28

Welcome to the next edition of the Community Platform Update. This is a status …

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,280 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,235 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans