Where are the table and field captions are stored?

svensk.tigersvensk.tiger Member Posts: 31
The captions of Tables are stored in the Object table.
The ones of the fields in the Fields table.

But where are the multi language versions of these captions?


I need to check the caption of all objects - incl. the multilange ones - for dublicate captions,
these can't be importet to SQL installations.
Svensk.Tiger (Henning Möller)
PASS Multibank Solutions AG
(Kaum macht man was richtig, schon geht es. / Once you do it right, suddenly it works.)

Comments

  • jannestigjannestig Member Posts: 1,000
    LOL har du tittade på Properties?

    Look at a field in a table and caption per language is property FieldML EG ENU=Buy-from Vendor No.;SVE=Leverantörsnr

    There is also a whitepaper or manual dealling with installing language packs in the upgrade toolkit i think.
  • svensk.tigersvensk.tiger Member Posts: 31
    jannestig wrote:
    LOL har du tittade på Properties?

    Look at a field in a table and caption per language is property FieldML EG ENU=Buy-from Vendor No.;SVE=Leverantörsnr

    There is also a whitepaper or manual dealling with installing language packs in the upgrade toolkit i think.

    :mrgreen:

    I'm looking for the table, where the M/L captions are stored in the database.
    So I can process them by C/Al-Code
    They are not in the Object and Field tables.


    I found a solution by now:


    I read the Object and Field tables for each installed NAV language
    ("Windows Language".setrange("STX file Exist" = true); )
    and change the language
    (GLOBALLANGUAGE := "Windows Language"."Language ID")
    prior to each turn.
    Svensk.Tiger (Henning Möller)
    PASS Multibank Solutions AG
    (Kaum macht man was richtig, schon geht es. / Once you do it right, suddenly it works.)
Sign In or Register to comment.