Skip to content

Latest commit

 

History

History
54 lines (40 loc) · 1.4 KB

File metadata and controls

54 lines (40 loc) · 1.4 KB
title description ms.author author ms.date ms.reviewer ms.topic ms.subservice contributors
Resx Element | Microsoft Docs
The resx web resource is used to manage the localized strings you define.
hemantg
HemantGaur
05/27/2022
jdaly
reference
pcf
JimDaly

resx element

[!INCLUDE resx-description]

Available for

Model-driven and canvas apps

Parameters

Name Description Type Required
path Relative path w.r.t manifest where resx files are located string Yes
version The current version of the resx file string Yes

Parent Elements

Element Description
resources [!INCLUDE resources-description]

Example

<resources>
      <code path="TS_LocalizationAPI.js" order="1" />
       <css path="css/TS_LocalizationAPI.css" order="1" />
      <resx path="strings/TSLocalizationAPI.1033.resx" version="1.0.0" />
      <resx path="strings/TSLocalizationAPI.1035.resx" version="1.0.0" />
      <resx path="strings/TSLocalizationAPI.3082.resx" version="1.0.0" />
    </resources>

Related topics

Power Apps component framework manifest schema reference
Power Apps component framework API reference
Power Apps component framework overview

[!INCLUDEfooter-include]