Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Usage IN Code,if i change the Language,the string can't change #295

Open
pengqi1991 opened this issue Sep 11, 2024 · 0 comments
Open

Usage IN Code,if i change the Language,the string can't change #295

pengqi1991 opened this issue Sep 11, 2024 · 0 comments

Comments

@pengqi1991
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant