Skip to content

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

@pengqi1991

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions