meteor-messageformat
meteor-messageformat copied to clipboard
[V2] Is there a way to change user lang when offline
I wondering if its possible to change the local setting in offline and will it still update the user lang setting? (which is pure server side code) Is there a possible workaround?
This isn't currently supported. It might just work if you use GroundedDB on Meteor.users collection. Otherwise I think we could probably get this working, and this would be a useful feature.