Chrome Language

To change the Chrome language do the following: Click the Chrome menu  on the browser toolbar. Select Settings. Click Show advanced settings and go to the “Web Content” section. Here are the various settings you can adjust: Further description take a look at this Google guide: http://support.google.com/chrome/bin/answer.py?hl=en&answer=95416

Xcode Get The iPhones Language

To get the locale language in your app on iPhone you can use the this example: NSLog(@”localeIdentifier: %@”, [[NSLocale currentLocale] localeIdentifier]); If you running english language on your iPhone you’ll get this output: localeIdentifier: en_GB Other output could be en_US sv_SE da_DK de_DE and so on.

Chrome Enabling Translate Option

To enable or disable the toolbar in Chrome to translate a page into, say English, you can do the following. You might have selected never translate anything, but now wants it back. Do the following: Click the wrench icon  on the browser toolbar. Select Settings. Click Under the hood In the “Languages” section, use the “Offer to translate

Read More