locale property - CssStyleDeclarationBase class - dart:html library (original) (raw)
String getlocale
Gets the value of "locale"
Implementation
String get locale => getPropertyValue('locale');
setlocale (String value)
Sets the value of "locale"
Implementation
set locale(String value) {
setProperty('locale', value, '');
}