Hi,
now after saving CSV file in UTF-8 format it import correctly the script is for fixing unity issue with arabic that all letters are not connected so instead of fixing it in runtime the script connected the letters and save it in correct form
do not worry Tony CSV importer is working fine
Search found 3 matches
- Wed Aug 05, 2020 10:46 am
- Forum: Dialogue System for Unity
- Topic: localization Export/import for Arabic language
- Replies: 4
- Views: 1362
- Tue Aug 04, 2020 5:45 pm
- Forum: Dialogue System for Unity
- Topic: localization Export/import for Arabic language
- Replies: 4
- Views: 1362
Re: localization Export/import for Arabic language
Solution found for encoding need save csv as UTF-8 encoding and can process imported text in DialogueEditorWindow if(language == "ar") { Field.SetValue(entry.fields, language,ArabicFixer.Fix(columns[4]), FieldType.Localization); Field.SetValue(entry.fields, "Menu Text " + languag...
- Tue Aug 04, 2020 4:08 pm
- Forum: Dialogue System for Unity
- Topic: localization Export/import for Arabic language
- Replies: 4
- Views: 1362
localization Export/import for Arabic language
Hi Tony,
for importing localization from CSV file for arabic language it imported strange characters and need to know how process imported text from csv for arabic before save in database
thanks
for importing localization from CSV file for arabic language it imported strange characters and need to know how process imported text from csv for arabic before save in database
thanks