A .NET 9.0 localization library for the AliasPPM application with bilingual support (English/French).
This project provides localized resources for the AliasPPM application, including messages, application text, and UdeM-specific content in both English and French.
- Bilingual support (English/French)
- Multiple resource categories:
Msg- General messagesMsgM3000- M3000-specific messagesTexteAppli- Application textxxUdeM- UdeM-specific content
- .NET 9.0
- C# with nullable reference types enabled
- Resource files (.resx) for localization
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
dotnet buildReference this library in your project to access localized resources for the AliasPPM application.