Localized UI elements don't update if disabled.
I'm using embedded unity localization. When I change language at runtime, all values on visible UI elements update perfectly, but disabled elements remain unchanged, until I enable them and change...
View ArticleMissing CsvHelper in Localization package
Hello, I´m trying to follow this code example for customizing CSV export/import in Localization package...
View ArticleLocalization via script works in editor but not in build, why?
I have a few variable strings set with `LocalizationSettings.StringDatabase.GetLocalizedString()`. When running my app in the editor, they get displayed, but when I build it, the strings set with...
View ArticleHow to localize an array of strings in script.
Hi, I am trying to get localization with the Localization package to work with some strings in my script. But I'm not sure how to achieve that. This is what I've got so far: [SerializeField] private...
View ArticleWhy is localization option not apearing in game build?
So I added localization for 3 different languages and added the option (combo box) to change between them in game. It works like is supposed to in the Unity Editor but when I build my game the combo...
View ArticleLocalization works perfectly in editor, but doesnt work at all in build.
I have a small amount of localized strings, and I set them all to blank by default because the localization should give it a value. And everything works in the editor, but when I build the project,...
View ArticleUnity Localization Breaks in Standalone
Using the official unity localization package, version 1.2.1, in Unity Editor version 2019.4.31f. Localization works fine in the Editor, however when running as a standalone build, none of the strings...
View ArticleTMP shows default system font instead of drawing box.
I am using UGUI well in the past. After I switch to Text Mesh Pro (TMP), I found a problem that TMP cannot show some characters if the font doesn't support it. I would like to display all languages....
View ArticleHow should I structure my localization string tables?
I'm about to add localization to my game! This is the first time I've ever done localization, and I'm trying to figure out how to structure my string tables. I have a Weapon ScriptableObject with...
View ArticleLocalization not working in builds
Hello, I am currently trying to add localization in my games to have 2 languages: english and french. I followed a tutorial, and it now works in editor mode: I can change language using a dropdown and...
View ArticleLocalization doesn't work in build
I am using Unity 2019.3.13.f1 version. I have configured localization table and keys. It worked on editor but localization doesnt work when i build. I have tried build --> new build --> Default...
View ArticleHow to prevent moding game without redownloading
Hi! i currently modding unity mobile game, specially for language localization (chinese game). i already know which files that storing language values but when loading game, the game detects that those...
View ArticleLocalization in ios not working,IOS localization
Hello, I use Localization plugin in a game. There are 4 translations, but after I build the project and install to iphone to test, there is only English and the other languages can not select. How...
View ArticleHow can I open the Localization Tables window using a button and script?
How can I open the Localization Tables window using a button and script? Similar to the already implemented button besides Table collection in localized strings, I want to implement a button that will...
View ArticleLocalization Smart Strings: Dictionary Source in Conditional Formatter
Hey, I have a text in-game that should display `"Your Profile"` when looking at your own profile or `"{Other Player's Name}'s Profile}"` when looking at that of another player's. I am attempting to do...
View ArticleDisplay localizations strings selector on custom script component
I'm trying to apply Unite localization package to my project. All of my current implementations do work, but there is one improvement I'd like to investigate. One of important usages for the...
View Article(Localization) How to make a template with more specific colors ?
Hi, I want to make a template with more specific colors but I have no idea how to do that, the only colors that work are solid patterns I also tried cyan and magenta, but they did not display...
View ArticleCan I populate the UpdateString Event Section of the Localize String Event...
I'm trying to automatically setup the LocStringEvent Component on an object (see 1st image). ![alt text][1] Is there anyway to do so? I would like to place the current object in the object field and...
View ArticleUnity localization is not working correctly. Not every language is working on...
English and Filipino languages, it is giving error no translation is found. @karl_jones
View ArticleHow to copy entries with their keys and table meta data from a table to...
hi there im trying to create an editor tool that copies certain entries with their keys and table meta data for each locale from a table to another, but when i run the code it will only copy the keys...
View ArticleError Unity Failed to read data for the AssetBundle 'localization-string-tables
I use the Unity localization package and I am getting the following error on my Android device. I build addressables and out of 16 Languages, 5 Languages are not working and showing this error. In...
View ArticleChange TMP text in editor from a serialization system?
I have a localization system that I am using for translation for all of the text in my game. I have a TMP text object and I'm using a "localizer UI" script that references another "localized string"...
View ArticleHow to export and import csv file to lean localization?
Hi,I've to integrate csv file to lean localization in unity. Can someone describe me how can i do that?
View Articlemultiple fields on the same row (using unity.localization)
Hey. I have a item table, using packages https://docs.unity3d.com/Packages/com.unity.localization@1.4/manual/index.html Key Id English(en) Item1 1 item1 title Item1_des 2 item1 des I want to set item...
View ArticleLocalization Addressables asset not loadding String Table
I followed Localization manual's quick start guide and tried to get string table addressable assets from AWS S3. I changed some entries at string table, updated addressables build, uploaded it to S3...
View ArticleHow to manipulate localization keys in the same text component ?,How to...
Hello, I'm doing a unity ar project which i spawn some objects in the plane and when i touch them a ui appears with a info text inside . Also considering the object i touch a different text in the ui...
View ArticleHow do you use Chinese Characters in the Package Name for Android?
**How Do I Get Product Name to Accept Chinese Characters?** A company I'm working with Requires that I change the package name to reflect the Chinese name of the application. But when I put in the...
View ArticleLocalize system with scriptable objects
Hello, I want to use localization system with Scriptable Objects but it doesn't work. As this tool is made to be simple, is there a simple way to do it ? All I have seen on the web is old and not...
View ArticleHow can I get current localization id number the game is using?
Hello, I'm using Unity Localization Package(version 1.4.3). And I want to get an ID number of localization, whicm my game is using by the moment. I've seen this solution on unity forum:...
View Article[RTL text wrap] How to ensure correct line order for Arabic text?
I currently have Arabic text displaying correctly for single line text but whenever text wrapping occurs it will be incorrect because the text is reversed in comparison to left to right text. This...
View Article