How add a custom language to Power BI - reporting-services

Power BI by default supports the English language for display all names in a software web base.
How do I change to a custom language?

Related

Can I use a previous translation engine?

I already own a translation engine I created some years ago. I would like to know if I can use that engine to train a new engine using Microsfot Custom Translation.
I haven't bought Translator Text yet or any Azure producsts, so knowing whether if I can 'recycle' my old engine or not is something I will consider before buying any product.
You can call the translator API v2.0 but it is not recommended. At the same time the translator hub had been retired since May. Which means you cannot improve the result with your document.
You train a Custom Translator system with previously translated documents. If your previous engine was a statistical system or neural translation system, you can use the same training material. If not, you could train on material that you have translated by hand or with your previous engine, or a mix of both. Custom Translator languages are limited to the languages Microsoft provides a base engine for.

microsoft translator doesn't translates to kannada language

I did not get the kannada language in microsoft translator. I was about translate my english content in word document to kannada. But the language is not in the list. It is very sad that a language spoken by more than 50 million native speakers.
I request you to add the language in the translation list. And enable us to provide service in Kannada language.
We are periodically adding new languages and language features to the Translator service.
You can learn more about how we add new languages and language features here: https://microsofttranslator.uservoice.com/forums/421776-how-do-i-get-my-language-supported
Best regards,
Gwenda
Microsoft Translator Team

Microsoft power BI embed with our application

I have a few questions about Microsoft power BI.
I have a dotnet core 2.0 web application. Now I want to build a report system for my clients. So i am looking for a good service to help me to build the report system. I Found Power BI. But I do not know if it could achieve my goal or not. So basically I need some head start information from anyone who has used this to the same task That i am going to describe.
Does it fully compatible with dot.net core 2.0 web application?
If I want to build a front-end page to let my clients to customize their own report template e.g. moving content, writing text, ajust font-size, can I do it with power BI?or anthing like iFrame can export the 'template builder' from power BI to my application
Thanks

Windows Phone 8 app translation

I am trying to develop a mobile application on Windows Mobile 8 in Hindi language. More precisely, I have an application in that only supports the English language and would like to add Hindi language support to it. The application can be found here on the Windows store.
I am interested in building it in Hindi in the same codebase. Any ideas on how to add Hindi language in the application?
You can find detailed information to help you translate your app on Microsoft's How to build a localized app for Windows Phone 8 page. Here's the most important part for what you want, but I advise reading the whole thing:
To add additional languages
After you have created and tested your app using a neutral language, you can add supported languages.
On the project’s Properties page, in the Supported Culture box, select the language(s) you would like your app to support.
Save the project.
Note:
Visual Studio has created a new resource file for each supported language that is a copy of the neutral resource file (AppResources.resx) and renamed it to include the locale code that reflects the new resource file’s Culture.
Replace the neutral language values in each supported language resource file with translated values.
Caution:
To insure that the correct description of the localized languages for your app will be seen by users in the Windows Phone Store, use the following practices: If you need to remove a Supported Culture that you have added (by clearing the selection in the list in Project Properties) be sure to remove the associated Supported Language in WMAppManifest.xml (using the list in Manifest Designer > Supported Language > Packaging). Also, ensure that you understand the impact before modifying the Supported Languages list or Default Language in WMAppManifest.xml.
Hindi is one of the supported languages. If you need to check to see if any given language is supported, you can do so at the Windows Phone 8 Feature and service availability page. This currently includes:
Albanian, Arabic, Azerbaijani, Basque (Basque), Belarusian, Bosnian (Latin), Bulgarian, Catalan, Chinese (Simplified and Traditional), Croatian, Czech, Danish, Dutch, English (UK and US), Estonian, Filipino, Finnish, French, Galician, German, Greek, Hausa, Hebrew, Hindi, Hungarian, Igbo, Indonesian, Italian, Japanese, Kazakh, Korean, Latvian, Lithuanian, Macedonian, Malay, Norwegian (Bokmål), Persian, Polish, Portuguese (Brazil and Portugal), Romanian, Russian, Serbian (Latin), Slovak, Slovenian, Spanish (Mexico and Spain), Swedish, Thai, Turkish, Ukrainian, Uzbek, Vietnamese, Yoruba.

Microsoft OCR Library

I have recently started to use the Microsoft OCR Library for loading text from images. And I have a question. Is it possible to automatically detect the language of the picture? Or I need set all possible languages by myself?
AFAIK,MS OCR lib cannot detect the language of image/pic.
If you need the languages compatibility, you can include all language that your app support in the OCR resource file.