Ziya Mollamahmut
Ziya Mollamahmut
Try changing this param to false: ````html fix-url-path=false ```` if it didn't help, you can use `url-template` to provide your full url. See #26 and #27 for more details.
Thank you @MarkSchultheiss and @mymintin for your comments, I am a little busy nowadays, will come up with a solution once I have some free time. > // show-hide first-last...
Hi @morgrowe I'm fine thanks, hope you are fine too :) Before I deep dive into the details, do you have below settings as described in XLocalizer.DB docs: - `ExpressMemeoryCache`...
So `ExpressMemoryCache` will help a lot in this case. Additionally, I would always recommend a dedicated DB for localization services, this will keep your other application services not affected by...
Thank you too for your cooperation :) Best, Ziya
Hi @Daeamon Sorry I’m not able to offer a solution now due to some health issues :( may be after two weeks I will be able to help.
lemme see it in action :) --- View raw code ```` public class Cool { public string Staff { get; set; } } Cool cool = new(); cool.Staff = "Carbonate";...
Testing char support: --- View raw code ```` العربية Türkçe 中文 አማርኛ မြန်မာ ```` ---
I am building a web app with three cultures `"en", "tr", "ar"`. I followed the process as mentioned by @Rui-Jesus, but it didn't work! > In my case, using the...
Hi Morgan I am fine thanks, hope you also fine. Yea time is passing fast! also projects are growing rapidly... Unfortunately I couldn't really afford time to deep dive into...