How to select default lange locale?

I tried to translate spark_i18n.properties to koearn locale file…

as a result, I made a spark_i18n_kr_KOR.properties…in korean

but…after reload spark… I couldn’'t find any changes…

Anybody tell me how to change default locale language… to korean…

Hi,

I tried to translate spark_i18n.properties to koearn locale file…

as a result, I made a spark_i18n_kr_KOR.properties…in korean

I think the file name should be either of the following names:

spark_i18n_ko_KP.properties - for Democratic People’'s Republic of Korea

spark_i18n_ko_KR.properties - for Republic of Korea

but…after reload spark… I couldn’'t find any changes…

Anybody tell me how to change default locale language… to korean…

You have to chage your system’‘s regional and language setting first. I’‘m assuming you’'re running Windows:

  1. Open your windows “Control Panel” and double-click on the “Regional and Language Options” icon. Then change the options accordingly to reflect the settings for Korea.

  2. Make directory resources/i18n/ where you install your Spark and copy spark_i18n_ko_KR.properties or spark_i18n_ko_KP.properties in this directory.

  3. Restart Spark.

For some reason that I don’‘t know, there are some users who didn’'t manage to make it work using the above steps. You might want to try this trick (workaround):

  1. Make directory resources/i18n/ where you install your Spark and copy spark_i18n_ko_KR.properties or spark_i18n_ko_KP.properties in this directory.

  2. Rename the *.properties file above to spark_i18n.properties

  3. Restart Spark.

Thank you so much…

You’'re correct…

I renamed it into “spark_i18n_ko_KR.propertis”…

and…I found it’'s change…

but… Korean character look corrupt

? ?? ??? ==> looks ?2???1?2?3

I think it’'s because I saved it ASCII file…

So I saved it as UTF-8 or Unicode with Notepad program

but…I got same result… I can’'t read any menu…all are corrupted…T.T

What’'s the problem? can you give me more help?

Try to create an ASCII file will characters > 128 represented in \uXXXX form. If you need a converter, try this program.