Changes for page Internationalization I18N

Last modified by michelk on 2021/09/09 20:55

From version 3.1
edited by ryanp
on 2021/09/09 18:01
Change comment: Import
To version 1.1
edited by ryanp
on 2021/09/09 18:01
Change comment: Import

Summary

Details

Page properties
Content
... ... @@ -34,11 +34,11 @@
34 34  
35 35  iSymphony uses ISO 639-1 for language codes and ISO 3166-1 for region codes in the I18N system. These standards use two characters for the language code and two characters for the region code. For example, the default English language pack has a code of en-us. Using the ISO system is optional for custom language packs, however, if the locale does not match what the browser reports then you will need to manually specify the locale in the URL to use the language.
36 36  
37 -===== Restricted Names =====
37 +Restricted Names
38 38  
39 39  There are two restricted language/country combinations that will throw errors if used:
40 40  
41 -No language and no locale: client-messges.properties
41 +No language and no locale: [[client-messges.properties>>url:http://client-messges.properties||class="linkified" shape="rect"]]
42 42  
43 43  The en-us locale: client-messages_en-us.properties
44 44  
... ... @@ -48,9 +48,9 @@
48 48  
49 49  To load the new language pack into iSymphony:
50 50  
51 -Place the client files in the client servlet i18n folder:** /opt/isymphony3/server/conf/client/i18n/**
51 +Place the client files in the client servlet i18n folder: /opt/isymphony3/server/conf/client/i18n/
52 52  
53 -Place the admin files in the admin servlet i18n folder: **/opt/isymphony3/server/conf/administrator/i18n/**
53 +Place the admin files in the admin servlet i18n folder: /opt/isymphony3/server/conf/administrator/i18n/
54 54  
55 55  The server will need to be restarted to load the new language files.
56 56