- Introdução
- Antes de começar
- Como fazer
- Acessar o URL de produção de um aplicativo
- Build a mobile-friendly app
- Depurar aplicativos
- Incorporar mapas
- Definir contexto externo
- Use matrizes para preencher os controles Lista suspensa, Lista suspensa multiseleção e Botão de rádio
- Use contagem com valores de conjunto de escolhas
- Usar TabelaDeDados com controles de Tabela e de Editar Grade
- Usar máscara de entrada
- Notificações
- Uso de expressões VB
- Desenvolvimento de aplicativos
- Eventos e Regras
- Regra: If-Then-Else
- Regra: abrir uma página
- Regra: Abrir o URL
- Regra: fechar planilha pop-over/inferior
- Regra: Mensagem do Log
- Regra: mostrar mensagem
- Regra: exibir/ocultar o controle giratório
- Regra: definir valor
- Regra: iniciar o processo
- Regra: redefinir valores
- Regra: upload de arquivo no compartimento de armazenamento
- Regra: baixar arquivo do bucket de armazenamento
- Regra: criar registro de entidade
- Regra: atualizar registro de entidade
- Regra: excluir registro da entidade
- Regra: adicionar à fila
- Regra: fluxo de trabalho de gatilho
- Aproveitamento do RPA no aplicativo
- Aproveitamento de entidades no aplicativo
- Aproveitando filas em seu aplicativo
- Gerenciamento do ciclo de vida do aplicativo (ALM)
- Guia básico de solução de problemas

Guia do usuário do Apps
The Runtime Language setting allows App Designers to specify the language that the application uses at runtime.
By setting the runtime language, you help browsers and assistive technologies correctly interpret the app’s content, ensuring a smoother experience for multilingual users.
A Runtime Language dropdown is available in the App Designer's General Settings and under the Properties panel of your project. The dropdown lists all supported languages (aligned with the languages available in the UiPath Portal). The selected language determines the lang attribute applied to the HTML document at runtime.
At runtime, language resolution follows this order:
- Runtime Language set for the app
- English (en) as the default fallback
- New apps: the Runtime Language defaults to the user's Portal Language Preference.
- Existing apps: the language remains English, maintaining current behavior.
Exemplo
If in App Designer we set the Runtime Language to Spanish (ES), the runtime will render:
<html lang="es"><html lang="es">This ensures that assistive technologies and browsers correctly interpret the app content.