From 7b75b29265e9d67851150076a4d58ef32a35b2c8 Mon Sep 17 00:00:00 2001 From: Ryohei Ikegami Date: Wed, 16 Sep 2015 17:17:49 +0900 Subject: [PATCH] Add docs for app.getLocale() --- docs/api/app.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/api/app.md b/docs/api/app.md index 85ad873de30d..e4a8d561e2f5 100644 --- a/docs/api/app.md +++ b/docs/api/app.md @@ -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 preferred over `name` by Electron. +### `app.getLocale()` + +Returns the current application locale. + ### `app.resolveProxy(url, callback)` * `url` URL