You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At Localization Project, at App.axaml.cs you will find this:
public override void OnFrameworkInitializationCompleted()
{
Assets.Resources.Culture = new CultureInfo("ar-IQ");
// Or
// Assets.Resources.Culture = new CultureInfo("ar-SA");
// ....... the rest of the code
base.OnFrameworkInitializationCompleted();
var culture = Assets.Resources.Culture;
}
the resource file 'Resources.ar-IQ.resx' exist and it's simply a copy of the default one 'Resources.resx' I just edited the values.
the last line here 'var culture = Assets.Resources.Culture;' clearly get the Arabic Culture.
But still the binding '' keep giving the default English words from the English Resource file.
Strangely "ja-JP" and "fil-PH" work just fine.
I don't know if it's a AvaloniaUI thing or WPF thing.
The text was updated successfully, but these errors were encountered:
At Localization Project, at App.axaml.cs you will find this:
the resource file 'Resources.ar-IQ.resx' exist and it's simply a copy of the default one 'Resources.resx' I just edited the values.
the last line here 'var culture = Assets.Resources.Culture;' clearly get the Arabic Culture.
But still the binding '' keep giving the default English words from the English Resource file.
Strangely "ja-JP" and "fil-PH" work just fine.
I don't know if it's a AvaloniaUI thing or WPF thing.
The text was updated successfully, but these errors were encountered: