translate method
Implementation
String translate({ AFWidgetID? wid, Object? text }) {
return area.translate(wid: wid, text: text, locale: deviceLocale);
}
String translate({ AFWidgetID? wid, Object? text }) {
return area.translate(wid: wid, text: text, locale: deviceLocale);
}