8000 GitHub - Timeular/culture
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Timeular/culture

Folders and files

< 8000 thead class="DirectoryContent-module__OverviewHeaderRow--W8yGl Table-module__Box_1--JrPYF">
NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Culture

Get the current user date and time locale and allows to open the date/time system preferences.

works on windows and mac

Doc

// returns the current user locale (e.g. en-us, en-gb, de-de, ...)
culture.get() : string
// opens the date/time system preferences
culture.openSettings()

Example

const culture = require('culture');
const locale = culture.get(); // e.g. en-us
culture.openSettings();

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published
0