resx webresource 可用來管理您定義的當地語系化字串。
適用於
模型導向和畫布應用程式
參數
| 名稱 | Description | 類型 | 為必填項目 |
|---|---|---|---|
path |
resx 檔案所在的相對路徑 w.r.t 資訊清單 | string |
Yes |
version |
resx 檔案的目前版本 | string |
Yes |
父元素
| 元素 | 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>
相關文章
Power Apps 元件架構資訊清單結構描述參考
Power Apps 元件架構 API 參考
Power Apps 元件架構概觀