File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 33[ ![ npm] ( https://img.shields.io/npm/v/nativescript-localize.svg )] ( https://www.npmjs.com/package/nativescript-localize )
44[ ![ npm] ( https://img.shields.io/npm/dt/nativescript-localize.svg?label=npm%20downloads )] ( https://www.npmjs.com/package/nativescript-localize )
55
6- This is a plugin for NativeScript that implements internationalization (i18n) using the native platforms standards.
7- It is inspired from [ nativescript-i18n] ( https://github.com/rborn/nativescript-i18n )
6+ This is a plugin for NativeScript that implements internationalization (i18n) using the native capabilities
7+ of each platform. It is inspired from [ nativescript-i18n] ( https://github.com/rborn/nativescript-i18n )
88
99## Table of contents
1010* [ Installation] ( #installation )
@@ -16,6 +16,7 @@ It is inspired from [nativescript-i18n](https://github.com/rborn/nativescript-i1
1616 * [ How to set the default language?] ( #how-to-set-the-default-language )
1717 * [ How to localize the application name?] ( #how-to-localize-the-application-name )
1818 * [ How to localize iOS properties?] ( #how-to-localize-ios-properties )
19+ * [ How to change the language dynamically at runtime?] ( #how-to-change-the-language-dynamically-at-runtime )
1920
2021## Installation
2122``` shell
@@ -141,3 +142,7 @@ Keys starting with `ios.info.plist.` are used to localize iOS properties:
141142 "ios.info.plist.NSLocationWhenInUseUsageDescription" : " This will be added to InfoPlist.strings"
142143}
143144```
145+
146+ ### How to change the language dynamically at runtime?
147+ This plugin uses the native capabilities of each platform, language selection is therefore made by the OS.
148+ There is no plan to implement this feature in the near future.
You can’t perform that action at this time.
0 commit comments