Does the Dev team have plans to expose the formatInfoCultureName property on the UserSettings interface in the componentframework.d.ts type definitions? It appears that the attribute is available on both Model and Canvas which is great.
It would be very useful for PCF controls where i'm using external libraries such as moment for dates, or other components that require culture information. eg. moment.locale('fr')
For right now i'll just use //@ts-ignore.... which i hate 🙂
Thanks,
Rick
