EddyVerbruggen / nativescript-localize

Internationalization plugin for NativeScript using native capabilities of each platform
MIT License
79 stars 31 forks source link

How to change language on the fly #21

Closed aloketewary closed 6 years ago

aloketewary commented 6 years ago

Hi, I am new to the native-script and I used your plugin as my project can you help me to change language on the fly in using angular/ typescript.

lfabreges commented 6 years ago

Hi,

Unfortunately you can't, language selection is made by the OS based on user preferences. Best way for you to do that would be to use an angular plugin for internationalization.

Regards.

aloketewary commented 6 years ago

Thanks for the help.