Nota
L-aċċess għal din il-paġna jeħtieġ l-awtorizzazzjoni. Tista’ tipprova tidħol jew tibdel id-direttorji.
L-aċċess għal din il-paġna jeħtieġ l-awtorizzazzjoni. Tista’ tipprova tibdel id-direttorji.
The resx webresource is used to manage the localized strings you define.
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 | The resources node in the component manifest refers to the resource files that component requires to implement it's visualization. |
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 articles
Power Apps component framework manifest schema reference
Power Apps component framework API reference
Power Apps component framework overview