TrExtension - TakeAsh/cs-WpfUtility GitHub Wiki
TrExtension - Translation Extension
- show string resource reflecting language setting.
- 'Assembly' property, static resouce, dynamic resource, and root element can be used to specify assembly name.
| Item | Runtime | Design mode |
|---|---|---|
| 'Assembly' property | Work | Work |
| static resouce | Work | Don't work |
| dynamic resource | Work | Work |
| root element | Work | Don't work |
- XAML

- Runtime

- Design mode
