xcode - Is it possible to switch between different localizations when developing a Mac application? -
I am developing an application in Mac OS X. To make the application more accessible I'm localizing it using different XIB and string files. << html>
Since the strings in different languages can vary in length and to ensure that I do not want to forget a string in which my next question is:
Does anyone while developing this application Is it possible to switch to another language? I know that I can set and log out the language for the whole system, but this is a bit complicated for quick checking. There is no need to logout in the settings of the language in system preference any later Applies to started applications, so what you have to do is change the language, leave your application and open it again. You can permanently change the language used by applying the
Can someone set the info.plist key?
Apple Languages key to the default of an application, for an example of a given app, its value In the global domain, you can see that key, which is set to system preferences (use
default, use NSGlobalDomain apple languages ). In this way, you can create a script that lets you test all the languages in a loop.
Comments
Post a Comment