Menu Language

Installing APL, Sorting out Fonts, Keyboards, etc.
Post Reply
Hannu
Posts: 5
Joined: Tue Jan 25, 2011 1:21 pm

Menu Language

Post by Hannu »

How is the language of Menu items chosen in the installation? I reinstalled version 12.1 Classic after changing the language of my Windows XP to English but I still got menu items in Finnish. I know it is possible to change menu captions in
      ⌷SE.mb
, for example
      file.Caption←'Workspace'

but is this the only way to change all menus and submenus?
User avatar
AndyS|Dyalog
Posts: 263
Joined: Tue May 12, 2009 6:06 pm

Re: Menu Language

Post by AndyS|Dyalog »

Your best plan is to )LOAD buildse and run

      BUILD_SESSION 'UK'

which will build the default session file for a UK environment. The full list (currently) of supported languages is UK, FR, IT, FI, US, RU and GR (German!).

This workspace is a copy of the one used by our build process to build the session files which are supplied with the product for all versions and all platforms, and can be used at any time to reset a session file.
Post Reply