I‘m localizing a mod with some buttons and others in the setting menu
But the problem is these buttons was mad by attribute and attribute argument only accept constant expression (An attribute argument must be a constant expression, typeof expression or array creation expression of an attribute parameter type)
so I can't localize these titles and tooltips by localizer ,I'm not so familiar whith c# and “attribute ”,is there any way to make setting button without attribute? Or is there other solutions?