Ask for flyff language change

10/16/2018 01:58 mobai520#1
The language I am talking about is not to modify the txt file to change the language, but to save a language in the database. For example, English can insert CHARACTER_TBL m_szName normally to display the English name. The English name works fine but it is created by inserting m_szName Chinese Chinese Indian language and China Hong Kong France South Korea country name can not work properly Insert the creation will only display the name of the (???) question mark and English can insert the data normally to see the English name is working properly. However, I am just at CHARACTER_TBL m_szName The table varchar(32) is prefixed with N. It only solves the problem that the database can support the language but can't insert the name externally or display it (???) The question mark doesn't work. Probably the required national language that requires source code support or database support. ,

So I want to ask for advice on modifying the database or modifying the source code to recompile.

I think someone knows how to solve this problem or charge to solve this problem. .
*Thank you very much or who is there or the big god to write a tutorial. Sorry, my English is not good.
10/16/2018 02:10 KingKeesie#2
Change datatype in databse from varchar to nvarchar this can hold these characters, olso be sure you have the language pack is installed
10/16/2018 02:13 mobai520#3
Quote:
Originally Posted by KingKeesie View Post
Change datatype in databse from varchar to nvarchar this can hold these characters, olso be sure you have the language pack is installed
Yes, I change varchar to nvarchar but this can only modify the name you want in the database. You can't recreate the role name in the login role or can't save it as the desired language or display (???)
10/16/2018 02:18 KingKeesie#4
you language pack is installed
10/16/2018 03:04 mobai520#5
Quote:
Originally Posted by KingKeesie View Post
you language pack is installed
Install language pack? I really don't want to install the language pack. I just follow the normal situation. I really think that this language pack should have nothing to do with the login creation role.