setLocale static method
Implementation
static void setLocale(String locale) {
try {
PlotlineWeb.setLocale(locale);
} catch (e) {
debugPrint("Error in setLocale: $e");
}
}
static void setLocale(String locale) {
try {
PlotlineWeb.setLocale(locale);
} catch (e) {
debugPrint("Error in setLocale: $e");
}
}