Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.18 KB

File metadata and controls

45 lines (32 loc) · 1.18 KB

AliasPPM_Localisation

A .NET 9.0 localization library for the AliasPPM application with bilingual support (English/French).

Overview

This project provides localized resources for the AliasPPM application, including messages, application text, and UdeM-specific content in both English and French.

Features

  • Bilingual support (English/French)
  • Multiple resource categories:
    • Msg - General messages
    • MsgM3000 - M3000-specific messages
    • TexteAppli - Application text
    • xxUdeM - UdeM-specific content

Technology Stack

  • .NET 9.0
  • C# with nullable reference types enabled
  • Resource files (.resx) for localization

Project Structure

AliasPPM_Localisation/
├── Properties/          # Resource files and generated code
│   ├── Msg.*           # General messages
│   ├── MsgM3000.*      # M3000 messages
│   ├── TexteAppli.*    # Application text
│   └── xxUdeM.*        # UdeM content
├── Code/               # Utility code
└── ListeDeValeurs.cs   # Value lists

Building

dotnet build

Usage

Reference this library in your project to access localized resources for the AliasPPM application.