I18N

Reactive language support for WPF/Avalonia applications when using .resx file.

MIT License

Stars
60
Committers
1

Bot releases are hidden (Show)

I18N - Release 2024/5/19 Latest Release

Published by feast107 5 months ago

Fix Avalonia error

I18N - Release 2024/4/26

Published by feast107 6 months ago

对 Avalonia-11.1.0-beta1 的适应性调整

I18N - Release 1.0.1

Published by feast107 10 months ago

Fix string template using args of none string type
https://github.com/Antelcat/I18N/issues/6#issuecomment-1872975797

I18N - Release v1.1.0

Published by feast107 12 months ago

Reduce xaml declaration length;

<TextBlock Text="{I18N {Binding Message}}">  <!-- no need Key="" -->

Support cs code translate

I18NExtension.Translate(string key,string? fallbackValue = null);
I18N - Release v1.0.0

Published by feast107 12 months ago

Initial release.