gio735
Explore posts from serversUnable to get localization to get to work in MVC .net8
I'm trying to implement localization using cookies, but for some reason no matter what
.AspNetCore.Culture
equals it always uses default resx file
value of cookie is c%3Dka-GE%7Cuic%3Dka-GE
or c%3Den-US%7Cuic%3Den-US
Program.cs
8 replies
DIAdiscord.js - Imagine an app
•Created by gio735 on 10/12/2023 in #djs-questions
Registered command not responding.
I have an command which is registered and is being added to client.commands, but for some reason whenever I execute it on discord it's not even called. I made action of the command simply
console.log()
to verify it.23 replies