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 Article