How to stop localization from work even if i changed my region format
I am using Cpttimeformatter and i found a readonly property returns the locale identifier
Cpttimeformatterobj.locale.localeidentifier
Is there anyway to set the locale identifier to a certain region format ex:”en_US”
The
localeproperty is inherited from NSNumberFormatter. It has a setter, so you can create new NSLocale object and assign it to your CPTTimeFormatter.