We have created a Teams Tab using Teams Toolkit. I would like to know how to implement localization in TeamsFX project. In SPFX we implemented this using localization files under "Loc" folder created by default. Any ideas?
Asked
Active
Viewed 136 times
1 Answers
0
@Sai, thanks for your feedback. If you are asking how to Localize your app, you can follow this doc. If you are asking the localization of React content, you may find some useful information for this thread since there are many different ways to localize React app.

Eric Chen
- 31
- 4
-
Thanks for your response. I will check the links and let you know. – Sai Jan 17 '22 at 06:14
-
Hi Eric, https://learn.microsoft.com/en-us/microsoftteams/platform/concepts/build-and-test/apps-localization I have looked in to this article which talks about localizing the app by creating JSON files for each language. But i do not see how to refer to these json files in my code. The example project mentioned in this article is using i18 module for transalation. Any help would be appreciated. Thanks – Sai Feb 03 '22 at 11:03