logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Interface ILocalizationTable

    Interface representing a localization table within the application foundation.

    Namespace: Serenity.Localization.Domain.Entities
    Assembly: Serenity.Localization.Domain.dll
    Syntax
    public interface ILocalizationTable

    Properties

    Table

    Gets the actual localization data table.

    Declaration
    object Table { get; }
    Property Value
    Type Description
    object

    The actual localization data table.

    TableName

    Gets the name of the localization table.

    Declaration
    string TableName { get; }
    Property Value
    Type Description
    string

    The name of the localization table.

    In this article
    © 2026 Serenity. All Rights Reserved