What is the default font in Chinese environment? - iphone

I'm developing an app of Chinese.
I have to tell the artist the font name to design images, so what's the real name of "System Font"?

Heiti SC (STHeitiSC-Light, STHeitiSC-Medium) for simplified chinese and Heiti TC (STHeitiTC-Light, STHeitiTC-Medium) for traditional chinese
Actually you can tell the artist to use whatever fonts he want, you can embed it in your app with the appropriate license
[Edit] Starting from iOS 9
For Hong Kong:
PingFangHK-Ultralight
PingFangHK-Thin
PingFangHK-Light
PingFangHK-Regular
PingFangHK-Medium
PingFangHK-Semibold
For Trad Chinese:
PingFangTC-Ultralight
PingFangTC-Thin
PingFangTC-Light
PingFangTC-Regular
PingFangTC-Medium
PingFangTC-Semibold
For Sim. Chinese:
PingFangSC-Ultralight
PingFangSC-Thin
PingFangSC-Light
PingFangSC-Regular
PingFangSC-Medium
PingFangSC-Semibold

I have internationalized word learning apps in 8 languages, for 8 languages, on iOS, which grew out of my own need for a tool to learn Chinese characters. I now have a "bi-lingual picture book" (using UIpageViewController) that shows any combination of two languages, using the phone's language as default.
I have settled on using the "system font" on iOS as others gave me warnings and errors during compile -- but now that I am building the picture book in xocde 4.5.2, i think i will try again and use Heiti SC for Chinese.
The "system font" is pretty ugly in Chinese; Heiti SC is great for simplified. But when i switch my iOS devices to "Chinese" as the default / system language, the font remains the same as the ugly one i get (for CHinese) in English.
I have not heard that the default System font is different on devices sold by country of origin; so if you want Heiti SC in your app, it seems you will need to designate it.
I could attach screen shots, but you can just switch your device's international settings-> language to Chinese to see.

I believe that it's Simplified Chinese.

Related

iOS - How to install a custom font into the iPhone OS (Not just my APP) just like the AnyFont App?

My App uses a custom ancient font for a language that is about to be extinct, interesting right.
Now I am using the custom font thru out my app but I need to install the font into the iOS operating system I hope this is possible so that I can copy and paste text from my app into other apps like email, SMS and especially Facebook otherwise the chars come up as squares because Apple don't even support their unicode.
I think its possible because AnyFont is an app that does that without jailbreaking.
This feature is a crucial feature for users using the app to be able to communicate with the language.
So this would be much appreciated if someone could help me with some hints please.
I am not sure if I need to post code here !.
Thank you,
Kind Regards,
Will
You have to create a configuration profile for each font. With the manual installation by the user of that profile the font will be available for Numbers, Keynote and some others. It's available since iOS 7.
See Apple's reference page for that. Basically, you have to use the Font Payload:
A Font payload lets you add an additional font to an iOS device. Font
payloads are designated by specifying com.apple.font as the
PayloadType value. You can include multiple Font payloads, as needed.
...
Each payload must contain exactly one font file in TrueType (.ttf)
or OpenType (.otf) format. Collection formats (.ttc or .otc) are not
supported.
You can also take a look at here:
http://www.saturngod.net/create-custom-font-for-ios-7
If you're using a Mac, you can also checkout Apple's Apple Configurator which allows you to create those MDM profiles too.

iOS Test Multiple Regions/Domains with Same Language

Is there a way to support "Latin" Spanish and "Castilian" Spanish in the same app? And if there is, how do you test it?
I'm currently supporting several languages, and I have all the language files in the app, but I can't seem to get the language to switch in the simulator or on a device by changing the region.
Thanks for the help!
Just in case someone comes across this post, I found that iOS only supports one version of Spanish. The list is found in the international language settings on each device and the region controls the display of time and dates.

iTunes connect Arabic localization

I'm trying to use Arabic description and metadata for my app. In iTunes connect it states that these data must be in English, so I did put them in English. Then i found the localization feature but found it doesn't support Arabic language.
However I found many apps that use Arabic in their names, meta data and description in the Saudi Arabia app store. I wonder how to do that?
They just put their arabic description under 'English'. ITC says that it has to be in English, but I have 2 applications in the App Store with all the information in Polish.
Just put this info in Arabic, Apple will not reject your app because of that.
Unfortunately, Apple keeps a weirdly different list of languages for the App Store and for the iOS app itself. You can localize your app into Arabic, but the iTunes description cannot be. The best method is to paste it into the English description and use it for all languages.
You can see a complete language list for iOS and the App Store, which explains which languages are available on each, here:
http://www.ibabbleon.com/iOS-Language-Codes-ISO-639.html
Arabic is the last on that list, marked as Yes for iOS, and No for App Store.
The Arabic language has been added to App Store Connect.
The answers works great, but what if my app is bilingual (english, arabic), what do you think is the best thing to do? I think the best solution is to set the arabic language instead of any other language except for english, and set it as a primary language.

How to change application language without restart/closing app?

I have implemented language change after restarting my app but my question is can I change my application language without restarting/closing it?
Any idea how to achieve this?
You can achieve this using the base functionalities of iOS, i.e. localization. What you can do is localizing your app in different languages, and let the iOS itself chose the right language to display when the application starts.
This way, if a user uses the iDevice in English, he/she will see your app in English (if you supported it as a localized language), if he/she uses the iDevice in French, he/she will see your app in French (again, if supported).
The official Apple page about Internationalization and Localization (also called i18n and l10n), can be of great help.

Need help regarding internationalization of iPhone application

I have provided support for two languages, English and Chinese, in my iPhone application. I use string files for the languages using "key"-"value" pairs and my application displays the appropriate language using NSLocalizedString(#"Fund red not red?", #"").
I get only Chinese text when I run the app in XCode. How can I switch to different languages in XCode (iPhone simulator)?
go to settings on the simulated iPhone and change the locale