web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Dynamics 365 Community / Forums / Commerce forum / Language extension in POS
Commerce forum

Language extension in POS

(0) ShareShare
ReportReport
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?

I have the same question (0)
  • Aniket1231 Profile Picture
    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 > Commerce

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans