Code Monkey home page Code Monkey logo

Comments (1)

marcelwgn avatar marcelwgn commented on May 13, 2024

Clarification

While it seems like the links are all using the "/en-us/" , the links specified (and which are opened in the browser) are not region/language agnostic and don't use any of these localization.

What happens is, when opening the link, you get redirected to the locale/language you chose (which apparently defaults to en-us).

If you however set the language to use for the documentation (which you can do at the bottom of the page) opening these documentation links will result in opening the corresponding page with the correct locale in the URL. Of course this is kinda useless if for some pages there are no translation into other languages.

Example

You click on the documentation for example for the Button API. The link that is provided by the XAML Controls Gallery app is:
https://docs.microsoft.com/uwp/api/windows.ui.xaml.controls.button

If you have not specified any language in the documentation at the bottom of the page, the link will open https://docs.microsoft.com/en-us/uwp/api/windows.ui.xaml.controls.button.

However if you have chosen to use another language in the documentation, for example german clicking the link in the app will result in opening this link:
https://docs.microsoft.com/de-de/uwp/api/windows.ui.xaml.controls.button

HOWEVER some links have the /en-us/ locale actually "hardcoded" and I'll create a PR fixing this. Thanks for reporting this!

from winui-gallery.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.