Where do I find the LanguageTag codes and corresponing languages for localizing my Teams app

Godhwani, Naina 41 Reputation points
2022-09-09T10:23:19.46+00:00

Hi Team,

I working on localizing my teams app and following steps in the below article:
https://learn.microsoft.com/en-us/microsoftteams/platform/concepts/build-and-test/apps-localization

In the steps it's mentioned that we need to add Language Tags for all the languages we support and create corresponding json files.
"additionalLanguages": [
{
"languageTag": "en-gb",
"file": "en-gb.json"
},
{
"languageTag": "fr",
"file": "fr.json"
},
{
"languageTag": "pl",
"file": "pl.json"
}]

I wanted to check what all are the possible values for languageTag property.
Is there some link where I can find all the supported language codes (all possible values for languageTag) and language that code represents ?

Microsoft Teams | Development
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Prasad-MSFT 9,236 Reputation points Microsoft External Staff Moderator
    2023-07-25T06:57:08.57+00:00

    Please refer below document which lists available language tags.

    https://learn.microsoft.com/en-us/windows-hardware/manufacture/desktop/available-language-packs-for-windows?view=windows-11#language-packs

    Thanks, 

    Prasad Das

    ************************************************************************* 

    If the response is helpful, please click "Accept Answer" and upvote it. You can share your feedback via Microsoft Teams Developer Feedback link. Click here to escalate.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.