这是基于vue-vben-admin 模板适用于abp Vnext的前端管理项目
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

1.3 KiB

LINGYUN.Abp.LocalizationManagement.Domain.Shared

The shared domain layer module for localization management, defining error codes, localization resources, constants, and other shared content.

Features

  • Defines constants related to localization management
  • Defines localization error codes
  • Provides localization resource files
  • Supports multilingual error messages

Module Dependencies

[DependsOn(typeof(AbpLocalizationManagementDomainSharedModule))]
public class YouProjectModule : AbpModule
{
  // other
}

Error Codes

  • Localization:001100 - Language {CultureName} already exists
  • Localization:001400 - Language name {CultureName} not found or built-in language operation not allowed
  • Localization:002100 - Resource {Name} already exists
  • Localization:002400 - Resource name {Name} not found or built-in resource operation not allowed

Localization Resources

The module defines the following localization resources:

  • DisplayName:Enable - Enable
  • DisplayName:CreationTime - Creation Time
  • DisplayName:LastModificationTime - Modification Time
  • DisplayName:SaveAndNext - Save & Next
  • Permissions:LocalizationManagement - Localization Management
  • Permissions:Language - Language Management
  • Permissions:Resource - Resource Management
  • Permissions:Text - Text Management
  • etc...

More Information