I have got txt file with English key - value characters works with script, seen on inspector but if i translate it to Turkish (cause of turkish characthers i guess) keys load but values not loading on texts olso not seen on inspector.I don’t what to do. Appreciated any help.
It’s not quite clear where and how you use those turkish texts. Are you sure that you actually saved your txt file with UTF8 encoding and not some arbitrary local encoding?
edit
Maybe I didn’t make it clear what i meant. When you choose Save As in notepad you can select an encoding at the bottom. It depends on your windows version what the default behaviour is. In the past the default encoding always was ANSI which does not support any special characters. You always had to manually choose Save As and set the encoding to UTF-8. Note that this may also be necessary for C# code files which contains string constants
However according to this blog if you’re using the latest win10, utf8 seems to be the default (though i wouldn’t bet my life on it). So make sure you actually saved the file with UTF8 encoding.
I have no experience with turkish text and if the default fonts actually support the required unicode characters. So like Taunchi said in the comment you may need a custom font to display the text properly. Note that the preview of the file in the inspector is just a short preview of the file and may not support turkish text. That’s why i originally asked where and how you used those texts. If you read them with a script of yours, have you tried logging the texts to the console? Log the length of the string so we know it’s just a visual issue.
@Bunny83 my bad. normal windows txt file. right click, new, text document. my problem is like below. turkish file is not empty bytheway. like this (buttonen=ingilizce
buttones=ispalyonca
buttontr=türkçe) /n if i change turkish charachter to english it becomes visible again and works.