ILibLocaleInfo constructor
ILibLocaleInfo([
- String lo = 'en-US'
lo Set the locale for which the info is sought
Implementation
ILibLocaleInfo([String lo = 'en-US']) {
locale = lo;
//ILibJS.instance.loadILibLocaleData(locale);
}