Skip to content

Commit 69026e0

Browse files
committed
Update implementing-controls-using-typescript.md
1 parent 4191f6e commit 69026e0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

powerapps-docs/developer/component-framework/implementing-controls-using-typescript.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,11 @@ Developers and app makers can define their styling to represent their code compo
315315
</resources>
316316
```
317317

318+
> [!NOTE]
319+
> Power Apps component framework uses the concept of implementing String(resx) web resources that is used to manage the localized strings shown on any user interface. More information: [String(Resx) web resources](https://docs.microsoft.com/dynamics365/customerengagement/on-premises/developer/resx-web-resources).
320+
> See [Localization API](sample-controls/localization-api-control.md) sample, to learn how to localize code components using `resx` web resources.
321+
322+
318323
## Build your code components
319324

320325
After you finish adding manifest, component logic, and styling, build the code components using the command:

0 commit comments

Comments
 (0)