Please, help me: How do I implement sorting for multi-lingual entities? We have a title of books which we are storing as arabic and english. Now I want to sort books by title. Help to find a solution.
Kindly find the Code Below
let headers = new HttpHeaders();
headers = headers.set('Abp.TenantId', '2');
this.oauthService.fetchTokenUsingPasswordFlowAndLoadUserProfile(
"******",
"******",
headers
)
.then(() => {
console.debug('successfully logged in');
this.loginFailed = false;
})
.catch(err => {
//console.error('error logging in', err);
this.loginFailed = true;
});
```
i already modified the DynamicResourcesHelper.ts and stopped the loading of the metronic files, but still there is some styles added after the page load.