Update List in editor
I have a text file with several lines of text. I want to add each line of text to a List which is visible in the Unity editor. Is it possible to make an editor script which is capable of loading in...
View Articleunity ios internationalization: chinese characters displaying as boxes
I am using Arial Unicode MS on mac for the font and display the string in the appropriate language according to the language setting of the iphone. The problem is that for chinese strings, I get boxes...
View ArticleManaging natural languages through inheritance
Hello. I'm relatively new to Unity and C#. I was hoping for advice on the subject of managing natural languages. I'd like for the user to have a drop-down menu in preferences to select between say,...
View ArticleLocalization splash image
Hi friends, I want to build an application supports different locale(turkish-english etc.)So I need to change some images or datas at application.Normally I can do that inside application via using...
View ArticleHow can I determine the current locale, or at least the currency symbol?
I have tried multiple approaches - but they all return the wrong, or inadequate results. My test system is set to en-GB out of the box but everything behaves as if it is en-US in Unity (I am testing in...
View ArticleAPK Localization
I've published my first game on the Google Play Market yesterday, and Google Play tells me, that i should "translate" my APK for the languages i've written a description for. My game does only have a...
View ArticleHow do I find out where my player is location (in real life) on PC?
I want to find my player's location (or at least their country) I guess from their ip address, but how do I go about doing this. My mission is to automate language selection to some degree. Thanks
View ArticleIOS App Display Name Internationalizat
I'm new for IOS develope and XCode. Here the goal I want is the let the published app display name in the local language used by device. I've read some solution on ios forums, creating an...
View ArticleLine break in xml
Good afternoon. In the project for localization I use xml. Sometimes I need to display a big fragment of the text with its help. How to me to break the text in one tag into some lines (line break)? I...
View ArticleHow to localize prices for IAP's?
Hi I've completed my game in unity and needed to convert the price of the IAPs to the correct format based on the country there located in on Windows Phone 8. Does anyone know how to do this? Microsoft...
View ArticleDifferent app name for different languages (Android).
Hi, do you know any way to change the application name according to region? Like when a person from America downloads the app, app's name on his device will be "Hello", but when a person from Germany...
View ArticleLocalizing ios/android app name as visible from device home screen
Does anyone have experience creating localized app names for ios/android with a Unity game? There are quite a few tutorials for localizing app names with native app development (like this:...
View ArticleLocalized text not appearing in CS script
I am making localised versions of my new app and have encountered a curious problem. On one page, i have a a JavaScript with a series of GUI buttons all with localised text on them that function...
View ArticleHow to localization app name on android platform
How to localization app name on ancroid platform , according device system language, i knew that should set res/value folder something. but don't know how to make that into unity project.
View ArticleHow to handle localization plus fonts on mobile.
I'm currently at the point of getting near a release of a mobile game and have prepared for localization through the development process. Aside from getting everything translated to given languages my...
View ArticleHindi characters not showing up in windows phone 8
I'm trying to add support for hindi for my windows 8 project the text shows up fine in the editor and when I make a metro build but all the hindi characters disappear when building to phone is this not...
View ArticleFont support on different platforms
Hi, I'm writing a project in which I will encounter different languages (Japanese, Chinese, Russian, etc..). Using the 3D text mesh in Unity, I saw that all characters I needed was supported by the...
View ArticleHow do I obtain country information on iOS device?
I need a way to obtain the information about user's iOS device country data from C# code. `CultureInfo.CurrentCulture.EnglishName` seems to always return "Invariant Country" value, which isn't very...
View ArticleHow to add languages automatically when you export the XCode project
Hello, I think I important to add all available languages in the iTunes page of all applications. ![alt text][1] I'm looking for a script or a tip to export my Unity Project 4.5 to XCode project with...
View ArticleWhat is best practice for translation handling?
Hi! There are quite a few concepts out there dealing with localization... for several years i've been using my own that i felt somewhat happy with back in the good old days of Actionscript 2. As...
View Article