1. Data type OG - Language

    Artikel: AN0001726Aktualisiert: 25.01.2021
    Die vorgegebene Sprachenversion vom Artikeltext wird angezeigt, weil es kein Text von der ausgewählten Sprache und Version gibt.

    Object with language definition.

    Object properties

    Name Description
    string Name Name of the language.
    string Code Language code (en-US, de-DE). It is culture code according to the .NET Framework convention.
    bool LocalizeApp Indication, wheather the application is localized in this language. When set to True, application can be switched to this language.
    bool LocalizeData Indication, wheather user data are localized in this language. It is used e.g. for notifications.
    string ImageUrl URL of the language picture (flag). URL is relative from the ObjectGears system root - e.g. "ImagesData/Flags/de-DE.png".

     

×