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
if i have a title,
in resx, the apptitle is "app";
in the code
public string Title
{
get { return GetValue(); }
set { SetValue(value); }
}
ctor{
Title= Translate.Key(nameof(Resources.apptitle)) + " 1.0.0";
}
in xaml
When i change the language,the Title Can't change.
The text was updated successfully, but these errors were encountered:
if i have a title,
in resx, the apptitle is "app";
in the code
public string Title
{
get { return GetValue(); }
set { SetValue(value); }
}
ctor{
Title= Translate.Key(nameof(Resources.apptitle)) + " 1.0.0";
}
in xaml
When i change the language,the Title Can't change.
The text was updated successfully, but these errors were encountered: