Skip to main content

Output forms in a language other than Japanese

The required settings differ depending on the output language.

You can output the following languages by specifying the locale when creating a form layout. (Encoding will be selected automatically.)

  • Japanese

  • English

  • Simplified Chinese

  • Traditional Chinese

  • Korean

  • French

  • Czech

  • Thai

You can output the following languages by specifying the locale as "English" and specifying the encoding that matches the language you want to output when creating a form layout.

  • Spanish

  • Portuguese

  • German

  • Italian

  • Dutch

  • Indonesian

  • Irish

  • Polish

  • Swedish

  • Norwegian

  • Malay

  • Catalan

  • Hungarian

  • Romanian

  • Russian

  • Greek

  • Vietnamese

  • Turkish

Only form layouts with "xml" extension can be used.

Also, the PDLs and fonts that can be used differ depending on the output language. For details, see "Models" and "Available font types" in "Appendix 5. Form output in a language other than Japanese" in "SVF Cloud Designer Creating Forms".

SVF Cloud for Salesforce

Configure the settings as follows. For details of the procedure, see "2. Set SVF button in Sandbox environment".

  • Specify the locale (on the Create New SVF Form Layout screen - Locale) when creating a form layout.

    For the value to be specified, see "Settings for each output language".

    resource_newLayout.png
  • Specify the encoding (on the SVF Button Settings screen - Form Layout - icon_layoutSetting.png - SVF Encoding) when creating an SVF button.

    For the value to be specified, see "Settings for each output language".

    button_layout_layoutDetail.PNG

    Note that encoding can be specified for form layouts that meet the following conditions.

    • SVF Locale is "English"

    • The topmost form layout in the SVF Button Settings screen - Form Layout

      If output conditions are set for the topmost form layout, the topmost form layout for each condition value

      Figure 1. When the form layout is at the top
      When the form layout is at the top


      Figure 2. When the form layout with output conditions is at the top
      When the form layout with output conditions is at the top


SVF Cloud WebAPI

Configure the settings as follows.

  • Specify the locale (on the Create New SVF Form Layout screen - Locale) when creating a form layout.

    For the value to be specified, see "Settings for each output language".

    resource_newLayout.png
  • Specify the encoding in the user application.

    For the value to be specified, see "Settings for each output language".

    To specify the encoding in an API, use "defaultSvfEncode". To specify it in a CSV file, use the "SvfEncode" function. For details, see "2-2 Print" and "2-2-1 CSV data format" in "SVF Cloud WebAPI Reference".

Settings for each output language

Language of the form to output

Language of form layout

Locale

Encoding

Japanese

Japanese

ja

MS932 (set automatically)

English

English

en

CP1252 (set automatically)

Simplified Chinese

Simplified Chinese

zh_CN

MS936 (set automatically)

Traditional Chinese

Traditional Chinese

zh_TW

MS950 (set automatically)

Korean

Korean

ko

MS949 (set automatically)

French

French

fr

CP1252 (set automatically)

Czech

Czech

cs_CZ

CP1250 (set automatically)

Thai

Thai

th_TH

MS874 (set automatically)

Spanish

English

en

CP1252

Portuguese

English

en

CP1252

German

English

en

CP1252

Italian

English

en

CP1252

Dutch

English

en

CP1252

Indonesian

English

en

CP1252

Irish

English

en

CP1252

Polish

Czech

cs_CZ

CP1250

Swedish

English

en

CP1252

Norwegian

English

en

CP1252

Malay

English

en

CP1252

Catalan

Czech

cs_CZ

CP1250

Hungarian

Czech

cs_CZ

CP1250

Romanian

Czech

cs_CZ

CP1250

Russian

English

en

CP1251

Greek

English

en

CP1253

Vietnamese

English

en

CP1258

Turkish

English

en

CP1254