Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Enabling Double Length Pseudolanguage doesn't work in Xcode 7.3

I'm trying to use the Double Length Pseudolanguage to test potential layout problems with other languages. I've enabled Application Language -> Double Length PseudoLanguage in scheme editor but when I run the app in the simulator, none of the strings were doubled. I've tried preview editor in Storyboards and the strings stayed the same.

FYI: I have localized my app to two languages already, I have a Base language (English) and pt-br (Portuguese). All of my hardcoded strings were changed in code to use NSLocalizedString.

like image 483
ninjaneer Avatar asked Apr 14 '16 19:04

ninjaneer


1 Answers

Try testing it on a real device.

Looks like this is a bug of the simulator on newer versions of Xcode.

like image 115
fdiaz Avatar answered Sep 22 '22 12:09

fdiaz