Skip to content

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

Description

@pengqi1991

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions