Add docs for app.getLocale()
This commit is contained in:
parent
b9c274929b
commit
7b75b29265
1 changed files with 4 additions and 0 deletions
|
@ -239,6 +239,10 @@ to the npm modules spec. You should usually also specify a `productName`
|
||||||
field, which is your application's full capitalized name, and which will be
|
field, which is your application's full capitalized name, and which will be
|
||||||
preferred over `name` by Electron.
|
preferred over `name` by Electron.
|
||||||
|
|
||||||
|
### `app.getLocale()`
|
||||||
|
|
||||||
|
Returns the current application locale.
|
||||||
|
|
||||||
### `app.resolveProxy(url, callback)`
|
### `app.resolveProxy(url, callback)`
|
||||||
|
|
||||||
* `url` URL
|
* `url` URL
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue